From 2b29fc0d91a414e6d666dca9ff394eaa0dfef8ed Mon Sep 17 00:00:00 2001 From: YiFang Xiao Date: Sun, 1 Oct 2023 09:14:59 +0800 Subject: [PATCH] action: tag release --- .github/workflows/AutoTag.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/AutoTag.yml b/.github/workflows/AutoTag.yml index 885e122b..723f8f0e 100644 --- a/.github/workflows/AutoTag.yml +++ b/.github/workflows/AutoTag.yml @@ -39,11 +39,3 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} custom_tag: ${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.sha_short }} - - - - name: Bump version and push tag - if: ${{env.prerelease != 'true'}} - uses: mathieudutour/github-tag-action@v6.0 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - custom_tag: ${{env.version}}