Skip to content

Commit

Permalink
Merge pull request #24617 from storybookjs/valentin/fix-ensure-next-a…
Browse files Browse the repository at this point in the history
…head-publish-phase

Release tooling: Fix ensure-next-ahead step in publish script for empty commits
  • Loading branch information
valentinpalkovic authored Oct 30, 2023
2 parents 82e410a + 75cbb1b commit e437742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
yarn release:ensure-next-ahead --main-version "${{ steps.version.outputs.current-version }}"
git add ..
git commit -m "Bump next to be one minor ahead of main [skip ci]"
git diff --staged --quiet || git commit -m "Bump next to be one minor ahead of main [skip ci]"
git push origin next
- name: Sync CHANGELOG.md from `main` to `next`
Expand Down

0 comments on commit e437742

Please sign in to comment.