chore(ci): Fix release notify step (#186)

This commit is contained in:
Anatolios Laskaris 2023-01-24 16:58:14 +02:00 committed by GitHub
parent 5104d408e8
commit 6dba72c33c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -211,7 +211,7 @@ jobs:
kv/slack/release-please webhook | SLACK_WEBHOOK_URL
- uses: ravsamhq/notify-slack-action@v2
if: steps.status.outputs.found == true
if: steps.status.outputs.found == 'true'
with:
status: "failure"
notification_title: "*{workflow}* has {status_message}"