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

This commit is contained in:
Snoweuph 2023-04-05 13:31:15 +00:00
parent 895fd8dd35
commit 9f5f7a2a21

View file

@ -53,11 +53,5 @@ jobs:
-H 'accept: application/json' \ -H 'accept: application/json' \
-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": "Automated Build","draft": true,"name": "Automated Release $VERSION","prerelease": true,"tag_name": "$VERSION",}'
"body": "Automated Build",
"draft": true,
"name": "Automated Release $VERSION",
"prerelease": true,
"tag_name": "$VERSION",
}'