Skip to content

Commit

Permalink
Fix the github-tag-action workflow (#932)
Browse files Browse the repository at this point in the history
This has been failing for a while because of some changes in `git`.

(cherry picked from commit 4b14d29)
  • Loading branch information
lhchavez committed Oct 5, 2022
1 parent cbca5b8 commit dc2244c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fetch-depth: 0
- name: Bump version and push tag
id: bump-version
uses: anothrNick/github-tag-action@9aaabdb5e989894e95288328d8b17a6347217ae3
uses: anothrNick/github-tag-action@43ed073f5c1445ca8b80d920ce2f8fa550ae4e8d
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: true
Expand Down

0 comments on commit dc2244c

Please sign in to comment.