t
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details
continuous-integration/drone/tag Build is passing Details

pull/4/head
dmitry.kirdyashkin 2023-07-22 02:14:06 +03:00
parent f8b3e36924
commit d42bb96c3c
1 changed files with 2 additions and 2 deletions

4
lib
View File

@ -30,9 +30,9 @@ function create-release(){
-H 'Authorization: Bearer 10e4af53e553aacb905766512e36487492d61a66' \
-d '{
"draft": false,
"name": "'"$1"'",
"name": "'"release $1-$DRONE_BRANCH"'",
"prerelease": false,
"tag_name": "'"$1"'",
"tag_name": "'"$1-$DRONE_BRANCH"'",
"target_commitish": "'"$COMMIT_SHA"'"
}')
}