diff --git a/.github/workflows/autotag.yml b/.github/workflows/autotag.yml index f3038f1..461f868 100644 --- a/.github/workflows/autotag.yml +++ b/.github/workflows/autotag.yml @@ -21,7 +21,7 @@ jobs: fetch-depth: '0' - name: Bump version and push tag - uses: anothrNick/github-tag-action@1.70.0 + uses: anothrNick/github-tag-action@1.71.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} WITH_V: true