Skip to content

Commit 4b14d29

Browse files
authored
Fix the github-tag-action workflow (#932)
This has been failing for a while because of some changes in `git`.
1 parent c1ec21d commit 4b14d29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fetch-depth: 0
2020
- name: Bump version and push tag
2121
id: bump-version
22-
uses: anothrNick/github-tag-action@9aaabdb5e989894e95288328d8b17a6347217ae3
22+
uses: anothrNick/github-tag-action@43ed073f5c1445ca8b80d920ce2f8fa550ae4e8d
2323
env:
2424
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2525
WITH_V: true

0 commit comments

Comments
 (0)