From 8cda364e698bae705a263afbbabb668d9bbc37fd Mon Sep 17 00:00:00 2001 From: David Gonzalez Martin Date: Tue, 5 Nov 2024 07:22:02 -0600 Subject: [PATCH] More fixing --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c535dc1..87ad0a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,8 +39,8 @@ jobs: git config --global user.email "github-actions@github.com" TAG="dev" gh release delete $TAG --yes || true - git tag -d $TAG - git push origin --delete $TAG + git tag -d $TAG || true + git push origin --delete $TAG || true git tag $TAG git push origin $TAG echo "RELEASE_TAG_NAME=$TAG" >> $GITHUB_OUTPUT