forked from glenux/mfm
ci: fix quotes
This commit is contained in:
parent
2876269740
commit
3f6acbbee9
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ steps:
|
|||
- |
|
||||
set -x
|
||||
curl -X POST \
|
||||
-H 'Authorization: token $RELEASE_UPLOAD_TOKEN' \
|
||||
-H "Authorization: token $RELEASE_UPLOAD_TOKEN" \
|
||||
-H 'accept: application/json' \
|
||||
-H 'Content-Type: application/json' \
|
||||
-d "{\"body\": \"DRAFT\", \"draft\": true, \"name\": \"$DRONE_TAG - DRAFT\", \"prerelease\": false, \"tag_name\": \"$DRONE_TAG\", \"target_commitish\": \"$DRONE_COMMIT_SHA\"}" \
|
||||
|
|
Loading…
Reference in a new issue