From 3e9f7e4b24c8d97c8d134ffdfb84d391f8cb5d5c Mon Sep 17 00:00:00 2001 From: Naoki Oketani Date: Mon, 2 Jan 2023 11:37:27 +0900 Subject: [PATCH] chore(release): fix error on re-targeting v2 tag on release --- .github/workflows/git-tag.yml | 1 - 1 file changed, 1 deletion(-) 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