Skip to content

Commit b53ce12

Browse files
author
BotReleaser
committed
Merge remote-tracking branch 'origin/feature/gsk-2574-improve-release-step' into feature/gsk-2574-better-slack-notifications
2 parents 69901b5 + c5da6cf commit b53ce12

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/post-release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,10 @@ jobs:
112112
with:
113113
# Slack channel id, channel name, or user id to post message.
114114
# See also: https://api.slack.com/methods/chat.postMessage#channels
115-
channel-id: ${{ secrets.SLACK_CHANNEL_ID }}
115+
# On special mentions: https://api.slack.com/reference/surfaces/formatting#special-mentions
116+
channel-id: ${{ vars.SLACK_CHANNEL_ID }}
116117
slack-message: |
117-
<@channel> New library release: ${{ env.VERSION_NAME }} :tada:
118+
<!channel> New library release: ${{ env.VERSION_NAME }} :tada:
118119
[Release notes](${{ steps.github-release.outputs.url }}) | [PyPI](https://pypi.org/project/giskard/${{ env.VERSION_NUMBER }})
119120
# reploy_broadcast == also send to channel
120121
payload: |

0 commit comments

Comments
 (0)