Delete tag as well

This commit is contained in:
David Gonzalez Martin 2024-11-05 07:16:49 -06:00
parent efc8f6d666
commit 311c96828f

View File

@ -38,8 +38,10 @@ jobs:
git config --global user.email "github-actions@github.com"
TAG="dev"
gh release delete $TAG --yes
git tag "$TAG"
git push origin "$TAG"
git tag -d $TAG
git push origin $TAG
git tag $TAG
git push origin $TAG
echo "RELEASE_TAG_NAME=$TAG" >> $GITHUB_OUTPUT
build_and_test:
needs: generate-config