ci: always run slack notify

This commit is contained in:
Nicolas Giard 2022-12-01 01:20:38 -05:00 committed by GitHub
parent b8dbd65f76
commit 507c6b1914
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -412,6 +412,7 @@ jobs:
path: /home/runner/work/release/release.tar.gz
- name: Notify on Slack
if: ${{ always() }}
uses: slackapi/slack-github-action@v1.23.0
with:
channel-id: ${{ secrets.SLACK_GH_BUILDS_CHANNEL_ID }}