We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1beddc commit b381ce3Copy full SHA for b381ce3
.github/workflows/build-and-deploy.yml
@@ -31,7 +31,7 @@ jobs:
31
secrets: inherit
32
send-notification:
33
name: Send Notification
34
- needs: [ publish-plugins ]
+ needs: [ deploy-artifacts ]
35
runs-on: ubuntu-latest
36
steps:
37
- name: Send Notification
0 commit comments