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 beadafc + c3726f2 commit 22d94aeCopy full SHA for 22d94ae
.github/workflows/bump-version.yaml
@@ -72,6 +72,8 @@ jobs:
72
git add -A
73
git commit -m "Bump to ${{steps.bump.outputs.new_version}}"
74
git push origin ${{ steps.branch.outputs.release_branch }}
75
+ git checkout master
76
+ git merge ${{ steps.branch.outputs.release_branch }}
77
git push origin master
78
79
# TODO: this part waits for docs build and publish optimization it takes too long (~15 minutes)
0 commit comments