Skip to content

Commit

Permalink
hotfix: auto tag action version fixed (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
imzedi authored Dec 6, 2024
1 parent ebdd92c commit 2968467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autotag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
token: '${{ secrets.PERSONAL_ACCESS_TOKEN }}'
fetch-depth: 0
- uses: butlerlogic/action-autotag@1.2.2
- uses: butlerlogic/action-autotag@1.1.2
with:
GITHUB_TOKEN: '${{ secrets.PERSONAL_ACCESS_TOKEN }}'
tag_prefix: 'v'

0 comments on commit 2968467

Please sign in to comment.