„.gitea/workflows/build.yml“ ändern
All checks were successful
Export Game Job

This commit is contained in:
Snoweuph 2023-04-05 12:46:18 +00:00
parent 3cd2bb2406
commit 56da4c30f6

View file

@ -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"
}' }'