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 de85a88 commit 138e86eCopy full SHA for 138e86e
.github/workflows/publish-js.yml
@@ -18,12 +18,12 @@ jobs:
18
node-version: "14.x"
19
registry-url: "https://registry.npmjs.org"
20
- name: Prepare Release
21
- working-directory: ./src/client
+ working-directory: ./src/js
22
run: |
23
npm install -g npm@7.22.0
24
npm install
25
- name: Publish Release
26
27
run: npm run publish
28
env:
29
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTOMATION_TOKEN }}
0 commit comments