We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9bce21 commit d2ca493Copy full SHA for d2ca493
1 file changed
.github/workflows/release.yaml
@@ -60,7 +60,7 @@ jobs:
60
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
61
62
publish-webjar:
63
- needs: publish-npm-registry-npmjs
+ needs: [build, publish-npm-registry-npmjs]
64
runs-on: ubuntu-latest
65
permissions:
66
contents: read
0 commit comments