Skip to content

Commit d98af03

Browse files
authored
Merge pull request #8 from PolicyEngine/fix-npm-publish-access
Add --access public to npm publish
2 parents f47fbb0 + 7808525 commit d98af03

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
- name: Publish to npm
5050
if: steps.check.outputs.count != '0'
51-
run: npm publish
51+
run: npm publish --access public
5252
env:
5353
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5454

changelog.d/npm-access.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add --access public to npm publish for scoped package

0 commit comments

Comments
 (0)