Skip to content

Commit 17cfc0e

Browse files
Merge pull request #890 from gooddata/snapshot-master-5e182daf-to-rel/dev
[bot] Merge master/5e182daf into rel/dev
2 parents aa8c361 + 5e182da commit 17cfc0e

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)