mirror of
https://github.com/fluencelabs/registry.git
synced 2025-04-25 10:12:13 +00:00
chore(ci): Fix release notify step (#186)
This commit is contained in:
parent
5104d408e8
commit
6dba72c33c
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user