Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions .github/workflows/publish-mcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@ jobs:
- name: Build package
run: npm run build --if-present

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

- name: Install MCP Publisher
run: |
Expand Down