Skip to content

Commit 3033f19

Browse files
authored
Attempt at fixing release-drafter workflow (#160)
1 parent 35886ad commit 3033f19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ jobs:
9090
method: chat.postMessage
9191
token: ${{ secrets.SLACK_RELEASE_CHANGELOG_BOT_TOKEN }}
9292
payload: |
93-
channel: CR9C57YM6 # alma_changelog
94-
text: ${{ steps.slack-markdown-release-notes.outputs.text }}
93+
channel: CR9C57YM6 # alma_changelog
94+
text: "${{ 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)