We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4766fe commit aded6acCopy full SHA for aded6ac
.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.0.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