Skip to content

Commit 6f35afe

Browse files
author
BotReleaser
committed
Fix @channel slack message
1 parent 7befb4e commit 6f35afe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/post-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
# Slack channel id, channel name, or user id to post message.
111111
# See also: https://api.slack.com/methods/chat.postMessage#channels
112112
channel-id: 'C02Q2772VEH'
113-
slack-message: "@channel New release: ${{ github.ref_name }} is being made !:tada:\nRelease notes there: ${{ steps.github-release.outputs.url }}"
113+
slack-message: "<@channel> New release: ${{ github.ref_name }} is being made !:tada:\nRelease notes there: ${{ steps.github-release.outputs.url }}"
114114
# For posting a rich message using Block Kit
115115
env:
116116
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}

0 commit comments

Comments
 (0)