Skip to content

Commit a3fb571

Browse files
Update sync-readme-changelog.yml
1 parent 9680fdf commit a3fb571

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/sync-readme-changelog.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,16 @@ jobs:
6262
"type": "section",
6363
"text": {
6464
"type": "mrkdwn",
65-
"text": ":star: *What's New*:\n\n${{ toJSON(github.event.release.body) }}"
65+
"text": ":star: *What's New*"
6666
}
6767
},
68+
{
69+
"type": "section",
70+
"text": {
71+
"type": "mrkdwn",
72+
"text": ${{ toJSON(github.event.release.body) }}
73+
}
74+
},
6875
{
6976
"type": "divider"
7077
},

0 commit comments

Comments
 (0)