diff --git a/lib b/lib index fff0dda..17c2412 100644 --- a/lib +++ b/lib @@ -8,9 +8,9 @@ function create-archive(){ } function create-release(){ - if [[ -z "${TAG}"]]; then + if [[ -z "${TAG}" ]]; then echo "TAG key is not set" - exit 0 + exit fi RESPONSE=$(curl \