Fix github push command

This commit is contained in:
David Gonzalez Martin 2024-11-05 07:17:57 -06:00
parent 8ca6d8b412
commit fe1c3bd1ce

View File

@ -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