diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2bdcd81..51bf267 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: echo "::notice::FullSemVer ${{ steps.gitversion.outputs.FullSemVer }}" - name: Bump version and push tag # https://github.com/marketplace/actions/github-tag id: tag_version - uses: mathieudutour/github-tag-action@v6.1 + uses: mathieudutour/github-tag-action@v6.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} custom_tag: ${{ steps.gitversion.outputs.FullSemVer }}