Skip to content

Commit 97d058b

Browse files
authored
Update publish-to-npm.yaml
1 parent a8d5e15 commit 97d058b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-npm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ jobs:
4141
NODE_OPTIONS: --max_old_space_size=8192
4242

4343
- name: Publish to npm
44-
run: npm publish --access restricted
44+
run: npm publish
4545
env:
4646
NODE_OPTIONS: --max_old_space_size=8192

0 commit comments

Comments
 (0)