Skip to content

Commit ba71105

Browse files
committed
build: escaping release notes
1 parent 95ac5a6 commit ba71105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
MATTERMOST_WEBHOOK_URL: ${{ secrets.MM_WEBHOOK_URL }}
2020
PAYLOAD: |-
2121
{
22-
"text": "## 🎉 evitaDB ${{ github.event.release.tag_name }} released!\n\n**Release Notes**:\\n${{ github.event.release.body }}",
22+
"text": "## 🎉 evitaDB ${{ github.event.release.tag_name }} released!\n\n**Release Notes**:\\n ${{ toJSON(github.event.release.body) }}",
2323
"color":"#31bf2c",
2424
"username": "${{ github.triggering_actor }}",
2525
"icon": "https://raw.githubusercontent.com/FgForrest/evitaDB/dev/documentation/assets/img/evita.png"

0 commit comments

Comments
 (0)