„.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 '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}}",
}'