This commit is contained in:
Lukas Gravley 2021-05-05 08:55:28 -05:00 committed by GitHub
parent c225079903
commit 5e0c0340f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -158,6 +158,7 @@ jobs:
-H 'Content-Type: application/json' \
--data "{ \"tag_name\": \"${{ env.RELEASE_VERSION }}\", \"target_commitish\": \"${{ env.PR_REF }}\", \
\"name\": \"Release ${{ env.RELEASE_VERSION }}\", \"draft\": false, \"prerelease\": false, \
\"body\": \"${{ github.event.issue.body }}\" \
\"repository_action_release_attributes\": { \"published_on_marketplace\": true }}"
#####################################################