Skip to content

Commit ef2d5a9

Browse files
authored
build: added slack community (#582)
1 parent 281a3b3 commit ef2d5a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
name: Notify Release
3939
strategy:
4040
matrix:
41-
url: [SLACK_WEBHOOK_ASK_DEVREL_URL, SLACK_WEBHOOK_DEVREL_TOOLING_URL, SLACK_WEBHOOK_DEVREL_PRIVATE_URL]
41+
url: [SLACK_WEBHOOK_ASK_DEVREL_URL, SLACK_WEBHOOK_DEVREL_TOOLING_URL, SLACK_WEBHOOK_DEVREL_PRIVATE_URL, SLACK_WEBHOOK_COMMUNITY]
4242
steps:
4343
- name: Send to Slack channels
4444
uses: slackapi/slack-github-action@79ad3a9d89410e5b0d961a0e7422f18c62c81bfb
@@ -60,4 +60,4 @@ jobs:
6060
- type: "section"
6161
text:
6262
type: "mrkdwn"
63-
text: "View the full change log <${{ github.event.release.html_url }}|here>."
63+
text: "View the full change log <${{ github.event.release.html_url }}|here>."

0 commit comments

Comments
 (0)