We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af16220 commit d0d188eCopy full SHA for d0d188e
.github/workflows/release_notice.yml
@@ -22,7 +22,7 @@ jobs:
22
"repository": "${{ github.repository }}"
23
"tag_name": "${{ github.event.release.tag_name }}",
24
"actor": "${{ github.actor }}",
25
- "body": "${{ toJSON(github.event.release.body) }}",
+ "body": "${{ github.event.release.body }}",
26
"html_url": "${{ github.event.release.html_url }}"
27
}
28
env:
0 commit comments