Skip to content

Commit 8c6d8a6

Browse files
authored
hotfix: action autotag version fixed (#8)
1 parent 9189dac commit 8c6d8a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/autotag.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
token: "${{ secrets.GH_AUTH_TOKEN }}"
1515
fetch-depth: 0
16-
- uses: butlerlogic/action-autotag@2.1.1
16+
- uses: butlerlogic/[email protected].2
1717
with:
1818
GITHUB_TOKEN: "${{ secrets.GH_AUTH_TOKEN }}"
1919
tag_prefix: "v"

0 commit comments

Comments
 (0)