Skip to content

Commit b9c5d79

Browse files
committed
github tagger
1 parent 65dcd84 commit b9c5d79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tagger.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525
run: |
2626
git config --local user.email "[email protected]"
2727
git config --local user.name "GitHub Actions"
28-
git tag ${{ env.TAG }}
29-
git push origin ${{ env.TAG }}
28+
git tag ${{ env.NEW_TAG }}
29+
git push origin ${{ env.NEW_TAG }}

0 commit comments

Comments
 (0)