Skip to content

Commit fad9ad6

Browse files
committed
fix: release workflow using --access public param
1 parent 54b952f commit fad9ad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,4 +222,4 @@ jobs:
222222
- name: Build module
223223
run: npm run build
224224
- name: Publish to NPM
225-
run: npm publish --tag latest
225+
run: npm publish --access public --tag latest

0 commit comments

Comments
 (0)