Skip to content

Commit ff82d73

Browse files
authored
Update xml.yml
1 parent 10f91a4 commit ff82d73

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/xml.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
--url https://api.github.com/repos/${{ github.repository }}/releases \
2424
--header 'authorization: Bearer ${{ secrets.GITHUB_TOKEN }}' \
2525
--header 'content-type: application/json' \
26-
--data '{
27-
"tag_name": "${PACKAGE_VERSION}",
28-
"target_commitish": "master",
29-
"name": "${PACKAGE_VERSION}",
30-
"body": "${PACKAGE_RELEASE_NOTES}",
31-
"draft": false,
32-
"prerelease": false
33-
}'
26+
--data "{
27+
\"tag_name\": \"${PACKAGE_VERSION}\",
28+
\"target_commitish\": \"master\",
29+
\"name\": \"${PACKAGE_VERSION}\",
30+
\"body\": \"${PACKAGE_RELEASE_NOTES}\",
31+
\"draft\": false,
32+
\"prerelease\": false
33+
}"

0 commit comments

Comments
 (0)