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 3fb01dc + beadafc commit fe7cb2cCopy full SHA for fe7cb2c
.github/workflows/bump-version.yaml
@@ -68,6 +68,7 @@ jobs:
68
run: |
69
git config user.name github-actions
70
git config user.email github-actions@github.com
71
+ git checkout -b ${{ steps.branch.outputs.release_branch }}
72
git add -A
73
git commit -m "Bump to ${{steps.bump.outputs.new_version}}"
74
git push origin ${{ steps.branch.outputs.release_branch }}
0 commit comments