List tags after deleting latest release

This commit is contained in:
David Gonzalez Martin 2024-11-05 07:24:18 -06:00 committed by David
parent 8cda364e69
commit 7e844a3aa6

View File

@ -41,6 +41,8 @@ jobs:
gh release delete $TAG --yes || true
git tag -d $TAG || true
git push origin --delete $TAG || true
git fetch --tags
git tag -l
git tag $TAG
git push origin $TAG
echo "RELEASE_TAG_NAME=$TAG" >> $GITHUB_OUTPUT