Skip to content

Commit 0eee4b7

Browse files
committed
ci: fix npm cd
1 parent 5556642 commit 0eee4b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
run: npm run build
3030

3131
- name: Publish package on npmjs.org
32-
run: npm publish ./storybook-static --access public
32+
run: npm publish ./dist --access public
3333
env:
3434
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)