Skip to content

Commit

Permalink
Merge pull request #24489 from storybookjs/fix-merge-conflict-handling
Browse files Browse the repository at this point in the history
Release tooling: Fix not handling merge conflicts
  • Loading branch information
JReinhold authored Oct 19, 2023
2 parents d996aaf + c13e5b2 commit 6917c45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/prepare-non-patch-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ jobs:
git checkout --ours .
git add .
git commit --no-verify -m "Merge latest-release into version-non-patch-from-${{ steps.bump-version.outputs.current-version }} with conflicts resolved to ours [skip ci]"
git push origin version-non-patch-from-${{ steps.bump-version.outputs.current-version }}
- name: Generate PR description
id: description
Expand Down

0 comments on commit 6917c45

Please sign in to comment.