diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2d0790d..bd4a3b5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: python-version: "3.10" - name: Fetch the tag, if any. If not tagged, create a patch tag - uses: anothrNick/github-tag-action@1.70.0 + uses: anothrNick/github-tag-action@1.71.0 if: ${{ !startsWith(github.ref, 'refs/tags/') }} id: tag env: