We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd9388c commit 8a0b832Copy full SHA for 8a0b832
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- name: Send to slack channels
17
uses: slackapi/slack-github-action@v2.0.0
18
- if: always();
+ if: always()
19
continue-on-error: true
20
with:
21
webhook: ${{ secrets[matrix.url]}}
0 commit comments