Skip to content

Commit 2968467

Browse files
authored
hotfix: auto tag action version fixed (#226)
1 parent ebdd92c commit 2968467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/autotag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
token: '${{ secrets.PERSONAL_ACCESS_TOKEN }}'
1515
fetch-depth: 0
16-
- uses: butlerlogic/action-autotag@1.2.2
16+
- uses: butlerlogic/action-autotag@1.1.2
1717
with:
1818
GITHUB_TOKEN: '${{ secrets.PERSONAL_ACCESS_TOKEN }}'
1919
tag_prefix: 'v'

0 commit comments

Comments
 (0)