Skip to content

Commit

Permalink
Attempt at fixing release-drafter workflow (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdraynz authored Nov 26, 2024
1 parent 35886ad commit 3033f19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ jobs:
method: chat.postMessage
token: ${{ secrets.SLACK_RELEASE_CHANGELOG_BOT_TOKEN }}
payload: |
channel: CR9C57YM6 # alma_changelog
text: ${{ steps.slack-markdown-release-notes.outputs.text }}
channel: CR9C57YM6 # alma_changelog
text: "${{ steps.slack-markdown-release-notes.outputs.text }}"
username: "${{ github.event.sender.login }}"
icon_url: "${{ github.event.sender.avatar_url }}"

0 comments on commit 3033f19

Please sign in to comment.