We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aa8c361 + 5e182da commit 17cfc0eCopy full SHA for 17cfc0e
.github/workflows/bump-version.yaml
@@ -69,7 +69,8 @@ jobs:
69
git config user.email github-actions@github.com
70
git add -A
71
git commit -m "Bump to ${{steps.bump.outputs.new_version}}"
72
- git push origin master ${{ steps.bump.outputs.release_branch }}
+ git push origin ${{ steps.bump.outputs.release_branch }}
73
+ git push origin master
74
75
# TODO: this part waits for docs build and publish optimization it takes too long (~15 minutes)
76
# trigger-release:
0 commit comments