diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5a41e34..c937ee5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ jobs: echo "::notice::FullSemVer ${{ steps.gitversion.outputs.FullSemVer }}" echo "::notice::PreReleaseTagWithDash ${{ steps.gitversion.outputs.PreReleaseTagWithDash }}" - name: Bump version and push tag # https://github.com/marketplace/actions/github-tag - 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 }}