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 07c7b02 + f5a4bc2 commit b076f1fCopy full SHA for b076f1f
.github/workflows/release.yml
@@ -39,7 +39,7 @@ jobs:
39
git config --global user.name ${{ env.user }}
40
git config --global user.email ${{ env.email }}
41
git commit -am "Bump version to $VERSION"
42
- git push
+ git push origin master-backup
43
44
echo "INFO Creating tag: ${{ github.event.inputs.version }}"
45
git tag ${{ github.event.inputs.version }} -a -m "Autogenerated version bump tag"
0 commit comments