We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a096c95 commit 4f2fac9Copy full SHA for 4f2fac9
.github/workflows/typescript.yml
@@ -74,6 +74,6 @@ jobs:
74
75
- name: Publish package
76
working-directory: src/${{ matrix.package }}
77
- run: npm publish # --provenance
+ run: npm publish --access public
78
env:
79
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments