mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-21 21:50:59 -05:00
add body (#1523)
This commit is contained in:
parent
c225079903
commit
5e0c0340f4
1 changed files with 1 additions and 0 deletions
1
.github/workflows/deploy-RELEASE.yml
vendored
1
.github/workflows/deploy-RELEASE.yml
vendored
|
@ -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 }}"
|
||||
|
||||
#####################################################
|
||||
|
|
Loading…
Reference in a new issue