diff --git a/.github/workflows/auto_tag_and_release.yaml b/.github/workflows/auto_tag_and_release.yaml index 3d496f6..51fe47c 100644 --- a/.github/workflows/auto_tag_and_release.yaml +++ b/.github/workflows/auto_tag_and_release.yaml @@ -33,7 +33,7 @@ jobs: - name: Run autotag id: autotag if: steps.check_tag.outputs.existed == 'false' - uses: anothrNick/github-tag-action@1.70.0 + uses: anothrNick/github-tag-action@1.71.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN}} CUSTOM_TAG: ${{ steps.get_project_version.outputs.version }}