Skip to content

Commit beadafc

Browse files
authored
Merge pull request #898 from hkad98/jkd/releasing
fix: checkout branch first before push
2 parents d2060af + 77e3f4d commit beadafc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/bump-version.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
run: |
6969
git config user.name github-actions
7070
git config user.email github-actions@github.com
71+
git checkout -b ${{ steps.branch.outputs.release_branch }}
7172
git add -A
7273
git commit -m "Bump to ${{steps.bump.outputs.new_version}}"
7374
git push origin ${{ steps.branch.outputs.release_branch }}

0 commit comments

Comments
 (0)