diff --git a/.github/workflows/autorelease.yml b/.github/workflows/autorelease.yml index 966f0f1..092fde5 100644 --- a/.github/workflows/autorelease.yml +++ b/.github/workflows/autorelease.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 }} 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 }}