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.
npm publish
data-schemas
1 parent c5e012a commit 88d2920Copy full SHA for 88d2920
.github/workflows/data-schemas.yml
@@ -29,6 +29,6 @@ jobs:
29
registry-url: 'https://registry.npmjs.org'
30
- run: cd packages/data-schemas && npm ci
31
- run: cd packages/data-schemas && npm run build
32
- - run: cd packages/data-schemas && npm publish
+ - run: cd packages/data-schemas && npm publish --access=public
33
env:
34
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments