Skip to content

Commit

Permalink
github tagger
Browse files Browse the repository at this point in the history
  • Loading branch information
pablodz committed Jan 2, 2024
1 parent 65dcd84 commit b9c5d79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Actions"
git tag ${{ env.TAG }}
git push origin ${{ env.TAG }}
git tag ${{ env.NEW_TAG }}
git push origin ${{ env.NEW_TAG }}

0 comments on commit b9c5d79

Please sign in to comment.