Skip to content

Commit 414156f

Browse files
Resolve build step and upload the correct folder
Signed-off-by: Xavier Geerinck <[email protected]>
1 parent e4f8245 commit 414156f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
# note: package.json gets updated here for the new package name
5555
- name: Publish to npm (@dapr/dapr)
5656
if: env.DEPLOY_PACKAGE == 'true'
57-
run: npm publish --access public
57+
run: npm publish build/ --access public
5858
env:
5959
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
6060

@@ -69,6 +69,6 @@ jobs:
6969
# note: package.json gets updated here for the new package name
7070
- name: "[dapr-client] Publish to npm (dapr-client)"
7171
if: env.DEPLOY_PACKAGE == 'true'
72-
run: npm publish --access public
72+
run: npm publish build/ --access public
7373
env:
7474
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)