Skip to content

Commit 0e747e2

Browse files
committed
Fix NPM publish action
1 parent d82fe77 commit 0e747e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm_publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
types: [published]
66

77
jobs:
8-
test:
8+
publish:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v2
@@ -21,4 +21,4 @@ jobs:
2121
- name: npm publish
2222
env:
2323
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
24-
run: npm publish
24+
run: cd npm && npm publish

0 commit comments

Comments
 (0)