Skip to content

Commit a1df24a

Browse files
committed
point to package path
1 parent 4c2ef0b commit a1df24a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,15 @@ jobs:
1616
- name: Set up Node.js
1717
uses: actions/setup-node@v3
1818
with:
19-
node-version: "18" # Use your Node.js version
19+
node-version: "18"
2020
registry-url: "https://registry.npmjs.org"
2121

2222
- name: Install dependencies
23+
working-directory: ./package
2324
run: npm install
2425

2526
- name: Publish to npm
27+
working-directory: ./package
2628
env:
2729
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
2830
run: npm publish

0 commit comments

Comments
 (0)