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 105de6b commit 2be9e2aCopy full SHA for 2be9e2a
.github/workflows/publish-mcp.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Publish to npm
34
run: npm publish
35
env:
36
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
37
38
- name: Install MCP Publisher
39
run: |
0 commit comments