From ff82d73ef47bb00e2a666259362ff577f9d2cc54 Mon Sep 17 00:00:00 2001 From: Konstantin Dyachenko Date: Fri, 18 Oct 2019 13:30:44 +0300 Subject: [PATCH] Update xml.yml --- .github/workflows/xml.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/xml.yml b/.github/workflows/xml.yml index b0bb3aa..01b319c 100644 --- a/.github/workflows/xml.yml +++ b/.github/workflows/xml.yml @@ -23,11 +23,11 @@ jobs: --url https://api.github.com/repos/${{ github.repository }}/releases \ --header 'authorization: Bearer ${{ secrets.GITHUB_TOKEN }}' \ --header 'content-type: application/json' \ - --data '{ - "tag_name": "${PACKAGE_VERSION}", - "target_commitish": "master", - "name": "${PACKAGE_VERSION}", - "body": "${PACKAGE_RELEASE_NOTES}", - "draft": false, - "prerelease": false - }' + --data "{ + \"tag_name\": \"${PACKAGE_VERSION}\", + \"target_commitish\": \"master\", + \"name\": \"${PACKAGE_VERSION}\", + \"body\": \"${PACKAGE_RELEASE_NOTES}\", + \"draft\": false, + \"prerelease\": false + }"