Skip to content

Commit

Permalink
Merge pull request #901 from gooddata/snapshot-master-22d94ae8-to-rel…
Browse files Browse the repository at this point in the history
…/dev

[bot] Merge master/22d94ae8 into rel/dev
  • Loading branch information
yenkins-admin authored Nov 14, 2024
2 parents fe7cb2c + 22d94ae commit f31cb41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/bump-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ jobs:
git add -A
git commit -m "Bump to ${{steps.bump.outputs.new_version}}"
git push origin ${{ steps.branch.outputs.release_branch }}
git checkout master
git merge ${{ steps.branch.outputs.release_branch }}
git push origin master
# TODO: this part waits for docs build and publish optimization it takes too long (~15 minutes)
Expand Down

0 comments on commit f31cb41

Please sign in to comment.