Skip to content

Commit 171cdee

Browse files
committed
Fix publish to NPM
1 parent 76e0f88 commit 171cdee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
run: npm run build
3131

3232
- name: Publish
33-
run: npm publish --provenance --access public
33+
run: npm publish --verbose

0 commit comments

Comments
 (0)