diff --git a/.github/workflows/git-tag.yml b/.github/workflows/git-tag.yml index e429cf1..125409c 100644 --- a/.github/workflows/git-tag.yml +++ b/.github/workflows/git-tag.yml @@ -17,7 +17,6 @@ jobs: - name: git tag run: | git remote set-url origin https://github-actions:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY} - git tag -d v2 git push origin -d v2 git tag v2 ${GITHUB_SHA} git push origin v2