Add publishing integrity check after releasing (#4045)

Co-authored-by: Francisco <fg@frang.io>
This commit is contained in:
Ernesto García
2023-02-15 15:21:29 -06:00
committed by GitHub
parent 6d18435098
commit 4e8aa43a90
4 changed files with 47 additions and 1 deletions

View File

@ -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