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 e4f8245 commit 414156fCopy full SHA for 414156f
.github/workflows/build.yml
@@ -54,7 +54,7 @@ jobs:
54
# note: package.json gets updated here for the new package name
55
- name: Publish to npm (@dapr/dapr)
56
if: env.DEPLOY_PACKAGE == 'true'
57
- run: npm publish --access public
+ run: npm publish build/ --access public
58
env:
59
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
60
@@ -69,6 +69,6 @@ jobs:
69
70
- name: "[dapr-client] Publish to npm (dapr-client)"
71
72
73
74
0 commit comments