diff --git a/.github/workflows/auto-release.yaml b/.github/workflows/auto-release.yaml index c139e0d..202e754 100644 --- a/.github/workflows/auto-release.yaml +++ b/.github/workflows/auto-release.yaml @@ -18,7 +18,7 @@ jobs: uses: 'WyriHaximus/github-action-get-previous-tag@v1.0.1' - name: 'Bump version and push tag' id: 'tag_version' - uses: 'mathieudutour/github-tag-action@v5' + uses: 'mathieudutour/github-tag-action@v5.2' with: github_token: '${{ secrets.PAT_REPO_ONLY }}' release_branches: 'main'