Skip to content

Commit

Permalink
chore: Fix release notify step (#651)
Browse files Browse the repository at this point in the history
Fix notify step
  • Loading branch information
nahsi authored Jan 27, 2023
1 parent fd8d4de commit 1bd0d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,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}"
Expand Down

0 comments on commit 1bd0d79

Please sign in to comment.