mirror of
https://github.com/Winds-Studio/Leaf.git
synced 2025-12-20 15:39:37 +00:00
Fix releases
This commit is contained in:
@@ -92,7 +92,7 @@ fi
|
|||||||
# Delete current release tag
|
# Delete current release tag
|
||||||
if git show-ref --tags $CURRENT_TAG --quiet; then
|
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
|
fi
|
||||||
echo "🚀Ready for release"
|
echo "🚀Ready for release"
|
||||||
|
|||||||
Reference in New Issue
Block a user