diff --git a/.github/workflows/on-push-create-release.yml b/.github/workflows/on-push-create-release.yml index b6fa173..c4157af 100644 --- a/.github/workflows/on-push-create-release.yml +++ b/.github/workflows/on-push-create-release.yml @@ -18,7 +18,7 @@ jobs: - name: Bump version and push tag id: tag_version - uses: mathieudutour/github-tag-action@v6.1 + uses: mathieudutour/github-tag-action@v6.2 with: github_token: ${{ secrets.PAT }} tag_prefix: "v"