diff --git a/.github/workflows/release-push-tag-and-draft.yml b/.github/workflows/release-push-tag-and-draft.yml index ae251e3330fd4..a89d2bb3fc2d6 100644 --- a/.github/workflows/release-push-tag-and-draft.yml +++ b/.github/workflows/release-push-tag-and-draft.yml @@ -33,7 +33,7 @@ jobs: # - https://github.community/t/github-actions-workflow-not-triggering-with-tag-push/17053/7 - name: Bump Version and Push Tag id: tag_version - uses: mathieudutour/github-tag-action@v6.0 + uses: mathieudutour/github-tag-action@v6.1 with: github_token: ${{ secrets.BOT_PAT }} tag_prefix: v