Skip to content

Commit 0ddca7b

Browse files
authored
Chore: fix slack name
1 parent defb597 commit 0ddca7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
notify-on-failure:
3636
name: Slack notify on failure
3737
if: ${{ failure() }}
38-
needs: [ deploy ]
38+
needs: [ release ]
3939
runs-on: ubuntu-latest
4040
steps:
4141
- uses: rtCamp/action-slack-notify@v2

0 commit comments

Comments
 (0)