We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7befb4e commit 6f35afeCopy full SHA for 6f35afe
.github/workflows/post-release.yml
@@ -110,7 +110,7 @@ jobs:
110
# Slack channel id, channel name, or user id to post message.
111
# See also: https://api.slack.com/methods/chat.postMessage#channels
112
channel-id: 'C02Q2772VEH'
113
- slack-message: "@channel New release: ${{ github.ref_name }} is being made !:tada:\nRelease notes there: ${{ steps.github-release.outputs.url }}"
+ slack-message: "<@channel> New release: ${{ github.ref_name }} is being made !:tada:\nRelease notes there: ${{ steps.github-release.outputs.url }}"
114
# For posting a rich message using Block Kit
115
env:
116
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
0 commit comments