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.
1 parent 911eda2 commit a18bebeCopy full SHA for a18bebe
.github/workflows/release.yml
@@ -39,7 +39,6 @@ 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 origin refs/heads/master: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