Skip to content

Commit 30f0362

Browse files
committed
fix: remove --access public flag from npm publish (unscoped package)
1 parent 69d7d91 commit 30f0362

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: npx jest --testPathPatterns=spec
3131

3232
- name: Publish to npm
33-
run: npm publish --access public
33+
run: npm publish
3434
env:
3535
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3636

0 commit comments

Comments
 (0)