Skip to content

Commit 928f1c5

Browse files
committed
Update job dependency
1 parent ea5ad07 commit 928f1c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
secrets: inherit
3232
send-notification:
3333
name: Send Notification
34-
needs: [ deploy-artifacts ]
34+
needs: [ publish-plugins ]
3535
if: ${{ failure() || cancelled() }}
3636
runs-on: ubuntu-latest
3737
steps:

0 commit comments

Comments
 (0)