diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e545667..9c9af39 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -76,6 +76,7 @@ jobs: # Clean up stale tag/branch from any previous failed run git push origin --delete "refs/tags/${tag}" 2>/dev/null || true git push origin --delete "${branch}" 2>/dev/null || true + git tag -d "${tag}" 2>/dev/null || true git config user.name "github-actions[bot]" git config user.email "github-actions[bot]@users.noreply.github.com"