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 b076f1f + 7305782 commit 4a77ed1Copy full SHA for 4a77ed1
.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 origin master-backup
+ 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