Skip to content

Commit 5e182da

Browse files
authored
Merge pull request #889 from hkad98/jkd/releasing
fix: push to rel and master
2 parents 6ff47a6 + e1a21fa commit 5e182da

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)