Skip to content

Commit 3c77fd7

Browse files
committed
Test CI workflow
1 parent f7c949e commit 3c77fd7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/publish-mcp.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ jobs:
3636

3737
- name: Build package
3838
run: pnpm run build
39-
40-
- name: Publish to npm
41-
run: npm publish --provenance
42-
env:
43-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
39+
# commented out npm publish for now
40+
# - name: Publish to npm
41+
# run: npm publish --provenance
42+
# env:
43+
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4444

4545
- name: Install MCP Publisher
4646
run: |

0 commit comments

Comments
 (0)