mirror of
https://github.com/super-linter/super-linter.git
synced 2025-01-24 15:28:57 -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' \
|
-H 'Content-Type: application/json' \
|
||||||
--data "{ \"tag_name\": \"${{ env.RELEASE_VERSION }}\", \"target_commitish\": \"${{ env.PR_REF }}\", \
|
--data "{ \"tag_name\": \"${{ env.RELEASE_VERSION }}\", \"target_commitish\": \"${{ env.PR_REF }}\", \
|
||||||
\"name\": \"Release ${{ env.RELEASE_VERSION }}\", \"draft\": false, \"prerelease\": false, \
|
\"name\": \"Release ${{ env.RELEASE_VERSION }}\", \"draft\": false, \"prerelease\": false, \
|
||||||
|
\"body\": \"${{ github.event.issue.body }}\" \
|
||||||
\"repository_action_release_attributes\": { \"published_on_marketplace\": true }}"
|
\"repository_action_release_attributes\": { \"published_on_marketplace\": true }}"
|
||||||
|
|
||||||
#####################################################
|
#####################################################
|
||||||
|
|
Loading…
Add table
Reference in a new issue