We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 354c259 commit 3a5ae46Copy full SHA for 3a5ae46
.github/workflows/build.yml
@@ -60,7 +60,7 @@ jobs:
60
# note: package.json gets updated here for the new package name
61
- name: Publish to npm (@dapr/dapr)
62
if: env.DEPLOY_PACKAGE == 'true'
63
- run: npm publish build/ --access public
+ run: HUSKY=0 npm publish build/ --access public
64
env:
65
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
66
@@ -75,6 +75,6 @@ jobs:
75
76
- name: "[dapr-client] Publish to npm (dapr-client)"
77
78
79
80
0 commit comments