Skip to content
This repository was archived by the owner on Mar 11, 2023. It is now read-only.

Commit 7ee1861

Browse files
committed
Fix NPM publish step
1 parent 6e35402 commit 7ee1861

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
node-version: 16.x
3030
registry-url: https://registry.npmjs.org
3131
- run: npm publish
32+
working-directory: sdk/nodejs
3233
env:
3334
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3435
- run: python setup.py build sdist

0 commit comments

Comments
 (0)