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 f5a4bc2 commit 7305782Copy full SHA for 7305782
.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