Skip to content

Commit 3734a3b

Browse files
fix: remove npm publish (#21)
1 parent 2be9e2a commit 3734a3b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/publish-mcp.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,11 @@ jobs:
3030
- name: Build package
3131
run: npm run build --if-present
3232

33-
- name: Publish to npm
34-
run: npm publish
35-
env:
36-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
33+
# NPM classic tokes keeps requiring 2FA on pipeline, removing temporarily
34+
# - name: Publish to npm
35+
# run: npm publish
36+
# env:
37+
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3738

3839
- name: Install MCP Publisher
3940
run: |

0 commit comments

Comments
 (0)