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 'Content-Type: application/json' \
|
||||||
-H 'Authorization: token ${{ secrets.RELEASE_TOKEN }}' \
|
-H 'Authorization: token ${{ secrets.RELEASE_TOKEN }}' \
|
||||||
-d '{
|
-d '{
|
||||||
"body": "testA",
|
"body": "Automated Build",
|
||||||
"draft": true,
|
"draft": true,
|
||||||
"name": "testB",
|
"name": "Release ${{ steps.package-version.outputs.current-version}}",
|
||||||
"prerelease": true,
|
"prerelease": true,
|
||||||
"tag_name": "testC",
|
"tag_name": "v${{ steps.package-version.outputs.current-version}}",
|
||||||
"target_commitish": "testD"
|
|
||||||
}'
|
}'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue