Skip to content

Commit dd547b1

Browse files
committed
Fix publish workflow
1 parent c813fd6 commit dd547b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
with:
1717
node-version: 20
1818
registry-url: https://registry.npmjs.org/
19-
- run: cd packages/svader
2019
- name: Install Dependencies
2120
run: npm ci
2221
- name: Package
2322
run: npm run package
2423
- name: Publish
24+
working-directory: ./packages/svader
2525
run: npm publish --provenance --access public
2626
env:
2727
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)