diff --git a/.github/workflows/release-tag.yml b/.github/workflows/release-tag.yml index 13cf703..a78ffe4 100644 --- a/.github/workflows/release-tag.yml +++ b/.github/workflows/release-tag.yml @@ -21,7 +21,7 @@ jobs: - name: Create release and tag if: ${{ steps.get_commit.outputs.COMMIT_COUNT > 0 }} id: tag_version - uses: mathieudutour/github-tag-action@v6.1 + uses: mathieudutour/github-tag-action@v6.2 with: github_token: ${{ secrets.GITHUB_TOKEN }}