Skip to content

Commit 4f75209

Browse files
committed
Fix @channel mention in create-release
1 parent 3cf411e commit 4f75209

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/create-release.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,12 @@ jobs:
5959
id: slack
6060
uses: slackapi/slack-github-action@v1.24.0
6161
with:
62-
# Slack channel id, channel name, or user id to post message.
63-
# See also: https://api.slack.com/methods/chat.postMessage#channels
6462
channel-id: ${{ secrets.SLACK_CHANNEL_ID }}
6563
slack-message: |
66-
<@channel> New release ${{ env.VERSION_NAME }} has been triggered by ${{ github.actor }} :rocket:
67-
# For posting a rich message using Block Kit
64+
<!channel> New release ${{ env.VERSION_NAME }} has been triggered by ${{ github.actor }} :rocket:
6865
env:
6966
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
70-
67+
7168
- name: Trigger release process in giskard-hub
7269
uses: peter-evans/repository-dispatch@v2
7370
with:

0 commit comments

Comments
 (0)