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 2be9e2a commit 3734a3bCopy full SHA for 3734a3b
.github/workflows/publish-mcp.yml
@@ -30,10 +30,11 @@ jobs:
30
- name: Build package
31
run: npm run build --if-present
32
33
- - name: Publish to npm
34
- run: npm publish
35
- env:
36
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
+ # NPM classic tokes keeps requiring 2FA on pipeline, removing temporarily
+ # - name: Publish to npm
+ # run: npm publish
+ # env:
37
+ # NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
38
39
- name: Install MCP Publisher
40
run: |
0 commit comments