9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2025-12-19 15:09:25 +00:00

Fix releases

This commit is contained in:
Dreeam
2025-04-14 09:20:22 -04:00
parent d5d6ac4a44
commit cb6ebf06b0

View File

@@ -92,7 +92,7 @@ fi
# Delete current release tag
if git show-ref --tags $CURRENT_TAG --quiet; then
{
git push --delete origin $CURRENT_TAG
gh release delete $CURRENT_TAG --cleanup-tag -y -R "${GITHUB_REPO}"
}
fi
echo "🚀Ready for release"