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

pull/4/head
dmitry.kirdyashkin 2023-07-22 00:21:02 +03:00
parent 522c6a21f1
commit 010de03400
1 changed files with 2 additions and 2 deletions

4
lib
View File

@ -21,9 +21,9 @@ function create-release(){
-H 'Authorization: Bearer 10e4af53e553aacb905766512e36487492d61a66' \ -H 'Authorization: Bearer 10e4af53e553aacb905766512e36487492d61a66' \
-d '{ -d '{
"draft": false, "draft": false,
"name": '"$TAG"', "name": "'"$1"'",
"prerelease": false, "prerelease": false,
"tag_name": '"$TAG"' "tag_name": "'"$1"'"
}') }')
RELEASE_ID=$(jq -r '.id' <<< $RESPONSE) RELEASE_ID=$(jq -r '.id' <<< $RESPONSE)