We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10f91a4 commit ff82d73Copy full SHA for ff82d73
.github/workflows/xml.yml
@@ -23,11 +23,11 @@ jobs:
23
--url https://api.github.com/repos/${{ github.repository }}/releases \
24
--header 'authorization: Bearer ${{ secrets.GITHUB_TOKEN }}' \
25
--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
- }'
+ --data "{
+ \"tag_name\": \"${PACKAGE_VERSION}\",
+ \"target_commitish\": \"master\",
+ \"name\": \"${PACKAGE_VERSION}\",
+ \"body\": \"${PACKAGE_RELEASE_NOTES}\",
+ \"draft\": false,
+ \"prerelease\": false
+ }"
0 commit comments