Skip to content

Commit

Permalink
hotfix: auto tag package version fixed (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
imzedi authored Dec 2, 2024
1 parent e760fae commit e8f43c0
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.GH_AUTH_TOKEN }}"
fetch-depth: 0
- uses: butlerlogic/action-autotag@master
- uses: butlerlogic/action-autotag@1.1.2
with:
GITHUB_TOKEN: "${{ secrets.GH_AUTH_TOKEN }}"
tag_prefix: "v"

0 comments on commit e8f43c0

Please sign in to comment.