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