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