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