From d71e7508dc8511f5ad56dd1ca116b5592f583ed6 Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Wed, 5 Apr 2023 13:50:48 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9E.gitea/workflows/build.yml=E2=80=9C=20?= =?UTF-8?q?=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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" + }"