Skip to content

Commit fe7cb2c

Browse files
Merge pull request #899 from gooddata/snapshot-master-beadafc2-to-rel/dev
[bot] Merge master/beadafc2 into rel/dev
2 parents 3fb01dc + beadafc commit fe7cb2c

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)