Skip to content

Commit 77e3f4d

Browse files
committed
fix: checkout branch first before push
JIRA: PSDK-213 risk: low
1 parent d2060af commit 77e3f4d

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)