Skip to content

Commit d0d188e

Browse files
authored
Update release_notice.yml
1 parent af16220 commit d0d188e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_notice.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
"repository": "${{ github.repository }}"
2323
"tag_name": "${{ github.event.release.tag_name }}",
2424
"actor": "${{ github.actor }}",
25-
"body": "${{ toJSON(github.event.release.body) }}",
25+
"body": "${{ github.event.release.body }}",
2626
"html_url": "${{ github.event.release.html_url }}"
2727
}
2828
env:

0 commit comments

Comments
 (0)