mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2024-12-22 18:16:52 +03:00
Publish with --access public
This commit is contained in:
committed by
GitHub
parent
a096c95e8e
commit
4f2fac9442
2
.github/workflows/typescript.yml
vendored
2
.github/workflows/typescript.yml
vendored
@@ -74,6 +74,6 @@ jobs:
|
||||
|
||||
- name: Publish package
|
||||
working-directory: src/${{ matrix.package }}
|
||||
run: npm publish # --provenance
|
||||
run: npm publish --access public
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user