diff --git a/.github/workflows/tagging.yaml b/.github/workflows/tagging.yaml index 816de24..48e30a0 100644 --- a/.github/workflows/tagging.yaml +++ b/.github/workflows/tagging.yaml @@ -18,7 +18,7 @@ jobs: fetch-depth: 0 - name: Bump version and push tag id: tag_version - uses: mathieudutour/github-tag-action@v6.0 + uses: mathieudutour/github-tag-action@v6.1 with: github_token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }} - name: Create a GitHub release