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

pull/4/head
dmitry.kirdyashkin 2023-07-22 01:09:13 +03:00
parent cf4dd90e81
commit 6482506f3f
1 changed files with 1 additions and 0 deletions

1
lib
View File

@ -29,6 +29,7 @@ function create-release(){
RELEASE_ID=$(jq -r '.id' <<< $RESPONSE)
echo "RELEASE_ID is ${RELEASE_ID}"
curl \
-vv \
-X 'POST' \
-Url "https://gitea.kdiva.ru/api/v1/repos/${DRONE_REPO}/releases/${RELEASE_ID}/assets" \
-H 'accept: application/json' \