Skip to content

Commit e1a21fa

Browse files
committed
fix: push to rel and master
JIRA: PSDK-213 risk: low
1 parent 6ff47a6 commit e1a21fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/bump-version.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ jobs:
6969
git config user.email github-actions@github.com
7070
git add -A
7171
git commit -m "Bump to ${{steps.bump.outputs.new_version}}"
72-
git push origin master ${{ steps.bump.outputs.release_branch }}
72+
git push origin ${{ steps.bump.outputs.release_branch }}
73+
git push origin master
7374
7475
# TODO: this part waits for docs build and publish optimization it takes too long (~15 minutes)
7576
# trigger-release:

0 commit comments

Comments
 (0)