Skip to content

Commit 88d2920

Browse files
committed
📦 ci: npm publish access to public for data-schemas
1 parent c5e012a commit 88d2920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/data-schemas.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
registry-url: 'https://registry.npmjs.org'
3030
- run: cd packages/data-schemas && npm ci
3131
- run: cd packages/data-schemas && npm run build
32-
- run: cd packages/data-schemas && npm publish
32+
- run: cd packages/data-schemas && npm publish --access=public
3333
env:
3434
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)