Skip to content

Commit 0898106

Browse files
committed
chore: remove unnecessary npm steps from MCP publishing workflow
1 parent c796127 commit 0898106

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/publish-mcp.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,6 @@ jobs:
2121
node-version: '20'
2222
registry-url: 'https://registry.npmjs.org'
2323

24-
- name: Install dependencies
25-
run: npm ci
26-
27-
- name: Run tests
28-
run: npm test
29-
30-
- name: Build package
31-
run: npm run build
32-
33-
- name: Publish to npm
34-
run: npm publish
35-
env:
36-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
37-
3824
- name: Install MCP Publisher
3925
run: |
4026
# Build publisher from source (requires Go)

0 commit comments

Comments
 (0)