diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 610123a6..cf7e4e88 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,10 +11,12 @@ jobs: name: Notify Release strategy: matrix: - url: [SLACK_WEBHOOK_ASK_DEVREL_URL, SLACK_WEBHOOK_DEVREL_TOOLING_URL, SLACK_WEBHOOK_DEVREL_PRIVATE_URL, SLACK_WEBHOOK_COMMUNITY] + url: [SLACK_WEBHOOK_ASK_DEVREL_URL, SLACK_WEBHOOK_DEVREL_TOOLING_URL, SLACK_WEBHOOK_DEVREL_PRIVATE_URL] steps: - name: Send to slack channels uses: slackapi/slack-github-action@v2.0.0 + if: always(); + continue-on-error: true with: webhook: ${{ secrets[matrix.url]}} webhook-type: incoming-webhook