Skip to content

Commit

Permalink
Update xml.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard authored Oct 18, 2019
1 parent 10f91a4 commit ff82d73
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/xml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
}"

0 comments on commit ff82d73

Please sign in to comment.