Skip to content

Commit 53d5e59

Browse files
committed
fixed access for npm package
1 parent 01e2dbf commit 53d5e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-npm-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
run: npm run build
2525

2626
- name: Publish
27-
run: npm publish
27+
run: npm publish --access public
2828
env:
2929
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)