diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 21b8a80..47eb66a 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -55,10 +55,10 @@ jobs: -H 'accept: application/json' \ -H 'Content-Type: application/json' \ -H 'Authorization: token ${{ secrets.RELEASE_TOKEN }}' \ - -d '{ - "body": "Automated Build", - "draft": true, - "name": "Automated Release $VERSION", - "prerelease": true, - "tag_name": "$VERSION" - }' + -d "{ + \"body\": \"Automated Build\", + \"draft\": true, + \"name\": \"Automated Release $VERSION\", + \"prerelease\": true, + \"tag_name\": "$VERSION" + }"