diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8aeb4bc..5d963d2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,13 +36,12 @@ jobs: run: | 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 - id: tag_version - uses: mathieudutour/github-tag-action@v6.1 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - custom_tag: ${{ steps.gitversion.outputs.FullSemVer }} - tag_prefix: v + - name: Bump version and push tag + uses: anothrNick/github-tag-action@1.64.0 # https://github.com/marketplace/actions/github-tag-bump + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + WITH_V: true + CUSTOM_TAG: ${{ steps.gitversion.outputs.FullSemVer }} build: name: Build