Skip to content

Commit 098ca63

Browse files
authored
build: remove community slack
1 parent 0b6c464 commit 098ca63

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@ jobs:
1414
name: Notify Release
1515
strategy:
1616
matrix:
17-
url: [SLACK_WEBHOOK_ASK_DEVREL_URL, SLACK_WEBHOOK_DEVREL_TOOLING_URL, SLACK_WEBHOOK_DEVREL_PRIVATE_URL, SLACK_WEBHOOK_COMMUNITY]
17+
url: [SLACK_WEBHOOK_ASK_DEVREL_URL, SLACK_WEBHOOK_DEVREL_TOOLING_URL, SLACK_WEBHOOK_DEVREL_PRIVATE_URL]
1818
steps:
19-
- name: Send to slack channles
19+
- name: Send to slack channels
2020
uses: slackapi/[email protected]
21+
if: always();
22+
continue-on-error: true
2123
with:
2224
webhook: ${{ secrets[matrix.url]}}
2325
webhook-type: incoming-webhook

0 commit comments

Comments
 (0)