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:02:28 +03:00
parent 7dd48f3c13
commit ae80c2d52f
1 changed files with 1 additions and 1 deletions

2
lib
View File

@ -23,7 +23,7 @@ function create-release(){
"draft": false,
"name": "release $1",
"prerelease": false,
"tag_name": "$1",
"tag_name": "$1"
}')
RELEASE_ID=$(jq -r '.id' <<< $RESPONSE)