Skip to content

Commit f813df1

Browse files
authored
Better formatting for slack changelog publishing (#161)
1 parent 3033f19 commit f813df1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
token: ${{ secrets.SLACK_RELEASE_CHANGELOG_BOT_TOKEN }}
9292
payload: |
9393
channel: CR9C57YM6 # alma_changelog
94-
text: "${{ steps.slack-markdown-release-notes.outputs.text }}"
94+
text: ${{ toJson(steps.slack-markdown-release-notes.outputs.text) }}
9595
username: "${{ github.event.sender.login }}"
9696
icon_url: "${{ github.event.sender.avatar_url }}"
9797

0 commit comments

Comments
 (0)