diff --git a/.github/workflows/tag-and-release.yml b/.github/workflows/tag-and-release.yml index c96d12f..800905b 100644 --- a/.github/workflows/tag-and-release.yml +++ b/.github/workflows/tag-and-release.yml @@ -19,7 +19,7 @@ jobs: - name: Bump version and push tag id: tag_version - uses: mathieudutour/github-tag-action@fcfbdceb3093f6d85a3b194740f8c6cec632f4e2 #v6.1 + uses: mathieudutour/github-tag-action@a22cf08638b34d5badda920f9daf6e72c477b07b #v6.2 with: github_token: ${{ secrets.GITHUB_TOKEN }}