From 39f5a8d8585e46c67efccd809e5ee19f5f8fa89d Mon Sep 17 00:00:00 2001 From: lisonge Date: Fri, 15 Dec 2023 22:52:19 +0800 Subject: [PATCH] fix(actions): duplicated tags --- .github/workflows/build_release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build_release.yml b/.github/workflows/build_release.yml index 53611fd2..bb741202 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -37,7 +37,6 @@ jobs: git status git add . git commit -a -m "chore: v${{steps.version.outputs.version}}" - git tag ${{steps.version.outputs.version}} continue-on-error: true - name: Git push