Skip to content

Commit

Permalink
ci: fix slack notifications for release assistant (#1052)
Browse files Browse the repository at this point in the history
  • Loading branch information
CBenoit authored Oct 8, 2024
1 parent cd61aea commit 7fb1dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-assistant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Send slack notification
id: slack
if: steps.verify-labels.outputs.do-send == 'yes'
if: steps.verify-labels.outputs.notify == 'yes'
uses: slackapi/[email protected]
with:
payload: |
Expand Down

0 comments on commit 7fb1dfe

Please sign in to comment.