This commit is contained in:
parent
28fe48ce35
commit
d71e7508dc
1 changed files with 7 additions and 7 deletions
|
@ -55,10 +55,10 @@ jobs:
|
||||||
-H 'accept: application/json' \
|
-H 'accept: application/json' \
|
||||||
-H 'Content-Type: application/json' \
|
-H 'Content-Type: application/json' \
|
||||||
-H 'Authorization: token ${{ secrets.RELEASE_TOKEN }}' \
|
-H 'Authorization: token ${{ secrets.RELEASE_TOKEN }}' \
|
||||||
-d '{
|
-d "{
|
||||||
"body": "Automated Build",
|
\"body\": \"Automated Build\",
|
||||||
"draft": true,
|
\"draft\": true,
|
||||||
"name": "Automated Release $VERSION",
|
\"name\": \"Automated Release $VERSION\",
|
||||||
"prerelease": true,
|
\"prerelease\": true,
|
||||||
"tag_name": "$VERSION"
|
\"tag_name\": "$VERSION"
|
||||||
}'
|
}"
|
||||||
|
|
Loading…
Reference in a new issue