From 0c846e5c1c2773ea7f330c6c38f029084cfd103a Mon Sep 17 00:00:00 2001 From: Michal Chruscielski Date: Fri, 13 Mar 2026 18:09:33 +0100 Subject: [PATCH] chore: tag confilict handling --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) 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"