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.
2 parents 16814bc + 4f2fac9 commit df0b733Copy full SHA for df0b733
.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