Skip to content

Commit 108c9cb

Browse files
committed
Add failure notification [ci skip]
1 parent f4a05f7 commit 108c9cb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,11 @@ jobs:
3131
uses: softprops/action-gh-release@v2
3232
with:
3333
body_path: /tmp/changelog.md
34+
35+
- name: Slack Notification (not success)
36+
uses: act10ns/slack@v2
37+
if: "! success()"
38+
continue-on-error: true
39+
with:
40+
status: ${{ job.status }}
41+
webhook-url: ${{ secrets.SLACK_WEBHOOK }}

0 commit comments

Comments
 (0)