This commit is contained in:
parent
3cd2bb2406
commit
56da4c30f6
1 changed files with 3 additions and 4 deletions
|
@ -52,11 +52,10 @@ jobs:
|
|||
-H 'Content-Type: application/json' \
|
||||
-H 'Authorization: token ${{ secrets.RELEASE_TOKEN }}' \
|
||||
-d '{
|
||||
"body": "testA",
|
||||
"body": "Automated Build",
|
||||
"draft": true,
|
||||
"name": "testB",
|
||||
"name": "Release ${{ steps.package-version.outputs.current-version}}",
|
||||
"prerelease": true,
|
||||
"tag_name": "testC",
|
||||
"target_commitish": "testD"
|
||||
"tag_name": "v${{ steps.package-version.outputs.current-version}}",
|
||||
}'
|
||||
|
||||
|
|
Loading…
Reference in a new issue