Add publishing integrity check after releasing (#4045)
Co-authored-by: Francisco <fg@frang.io>
This commit is contained in:
@ -15,6 +15,6 @@ delete_tag() {
|
||||
|
||||
if [ "$TAG" = tmp ]; then
|
||||
delete_tag "$TAG"
|
||||
elif ["$TAG" = latest ]; then
|
||||
elif [ "$TAG" = latest ]; then
|
||||
delete_tag next
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user