Skip to content

Commit 4b63a0c

Browse files
committed
set npm path
1 parent af612f4 commit 4b63a0c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/npm-publish.yml

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111
jobs:
1212
publish-npm:
1313
runs-on: ubuntu-latest
14+
defaults:
15+
run:
16+
working-directory: 'js-client'
1417
steps:
1518
- uses: actions/checkout@v3
1619
- uses: actions/setup-node@v3

0 commit comments

Comments
 (0)