diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 27b4a15..93a96cc 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -52,7 +52,7 @@ jobs: - name: Bump version and push tag id: tag if: ${{ github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' }} - uses: mathieudutour/github-tag-action@v6.1 + uses: mathieudutour/github-tag-action@v6.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} release_branches: master,main