From fe1c3bd1cea9ed08603d4901b6c8467a00170c9d Mon Sep 17 00:00:00 2001 From: David Gonzalez Martin Date: Tue, 5 Nov 2024 07:17:57 -0600 Subject: [PATCH] Fix github push command --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7336546..c535dc1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: git config --global user.name "github-actions" git config --global user.email "github-actions@github.com" TAG="dev" - gh release delete $TAG --yes + gh release delete $TAG --yes || true git tag -d $TAG git push origin --delete $TAG git tag $TAG