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 65dcd84 commit b9c5d79Copy full SHA for b9c5d79
.github/workflows/tagger.yml
@@ -25,5 +25,5 @@ jobs:
25
run: |
26
git config --local user.email "[email protected]"
27
git config --local user.name "GitHub Actions"
28
- git tag ${{ env.TAG }}
29
- git push origin ${{ env.TAG }}
+ git tag ${{ env.NEW_TAG }}
+ git push origin ${{ env.NEW_TAG }}
0 commit comments