ci: fix quotes
Some checks reported errors
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build was killed

This commit is contained in:
Glenn Y. Rolland 2023-10-25 16:11:52 +02:00
parent 2876269740
commit 3f6acbbee9

View file

@ -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\"}" \