Skip to content

Commit 138e86e

Browse files
Archmongerrmorshea
authored andcommitted
customize JS workflow
1 parent de85a88 commit 138e86e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-js.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
node-version: "14.x"
1919
registry-url: "https://registry.npmjs.org"
2020
- name: Prepare Release
21-
working-directory: ./src/client
21+
working-directory: ./src/js
2222
run: |
2323
npm install -g npm@7.22.0
2424
npm install
2525
- name: Publish Release
26-
working-directory: ./src/client
26+
working-directory: ./src/js
2727
run: npm run publish
2828
env:
2929
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTOMATION_TOKEN }}

0 commit comments

Comments
 (0)