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