There was an error while loading. Please reload this page.
1 parent 05fed23 commit 6f91e91Copy full SHA for 6f91e91
.github/workflows/release.yml
@@ -68,7 +68,7 @@ jobs:
68
- name: Send a Slack notification on publish
69
if: steps.changesets.outcome == 'success' && steps.changesets.outputs.published == 'true'
70
id: slack
71
- uses: slackapi/slack-github-action@v1.27.0
+ uses: slackapi/slack-github-action@v2.1.0
72
with:
73
# Slack channel id, channel name, or user id to post message
74
# See also: https://api.slack.com/methods/chat.postMessage#channels
0 commit comments