We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4524a0e commit 50e7dd3Copy full SHA for 50e7dd3
.github/workflows/release.yml
@@ -102,7 +102,7 @@ jobs:
102
- name: Send a Slack notification on publish
103
if: steps.changesets.outcome == 'success' && steps.changesets.outputs.published == 'true'
104
id: slack
105
- uses: slackapi/slack-github-action@v1.27.1
+ uses: slackapi/slack-github-action@v2.1.0
106
with:
107
# Slack channel id, channel name, or user id to post message
108
# See also: https://api.slack.com/methods/chat.postMessage#channels
0 commit comments