f
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details

pull/4/head
dmitry.kirdyashkin 2023-07-21 23:33:54 +03:00
parent bf83929565
commit 7dd48f3c13
1 changed files with 2 additions and 2 deletions

4
lib
View File

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