From aeaf2cc8c2a7dad1746b3f96ca13801229c985a0 Mon Sep 17 00:00:00 2001 From: Dan Anstis Date: Sat, 15 Jul 2023 15:59:16 +1000 Subject: [PATCH] ci: revert tagging step --- .github/workflows/build.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0e0bc68..f62d39a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,11 +36,12 @@ jobs: run: | echo "::notice::FullSemVer ${{ steps.gitversion.outputs.FullSemVer }}" echo "::notice::PreReleaseTagWithDash ${{ steps.gitversion.outputs.PreReleaseTagWithDash }}" - - 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 }} - CUSTOM_TAG: "v${{ steps.gitversion.outputs.FullSemVer }}" + - name: Bump version and push tag # https://github.com/marketplace/actions/github-tag + uses: mathieudutour/github-tag-action@v6.1 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + custom_tag: ${{ steps.gitversion.outputs.FullSemVer }} + tag_prefix: v build: name: Build