Skip to content

Commit 7d3c4fe

Browse files
committed
fix publish flow
1 parent edb2782 commit 7d3c4fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
run: npm install -g npm@latest
2424
- run: npm ci
2525
- run: npm run build
26-
- run: npm publish --access public
26+
- run: cd out && npm publish --access public

0 commit comments

Comments
 (0)