More fixing

This commit is contained in:
David Gonzalez Martin 2024-11-05 07:22:02 -06:00
parent fe1c3bd1ce
commit 8cda364e69

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