From 3d458b1e58e033712ce09f8741ba27ed79598440 Mon Sep 17 00:00:00 2001 From: lhchavez Date: Tue, 4 Oct 2022 18:12:23 -0700 Subject: [PATCH] Fix the `github-tag-action` workflow (#932) This has been failing for a while because of some changes in `git`. (cherry picked from commit 4b14d29c207e9969ea62a7fe07d490b036c14722) --- .github/workflows/tag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index a1da6c17..d9395282 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -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