ci-test (working now) #2
1 changed files with 1 additions and 7 deletions
|
@ -53,11 +53,5 @@ 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","draft": true,"name": "Automated Release $VERSION","prerelease": true,"tag_name": "$VERSION",}'
|
||||||
"body": "Automated Build",
|
|
||||||
"draft": true,
|
|
||||||
"name": "Automated Release $VERSION",
|
|
||||||
"prerelease": true,
|
|
||||||
"tag_name": "$VERSION",
|
|
||||||
}'
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue