From ec780a160e730c5e0bd9a3516c859f7e0b6498a1 Mon Sep 17 00:00:00 2001 From: Sam Marks Date: Thu, 10 Mar 2022 15:10:13 -0500 Subject: [PATCH] ci: delete the tag first so we can overwrite it --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2c405d74..5b7f6394 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -29,6 +29,7 @@ jobs: - run: pnpm run prepublish env: TAG_NAME: ${{ github.ref_name }} + - run: git tag -d ${{ github.ref_name }} # We need to delete the tag in order to overwrite it. - uses: stefanzweifel/git-auto-commit-action@v4 with: commit_message: Release Version