Skip to content

Commit cbaac31

Browse files
committed
Fix: Use NPMTOKEN secret name instead of NPM_TOKEN
1 parent 6e9f8dc commit cbaac31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-mcp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Publish to npm
2525
run: npm publish
2626
env:
27-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
27+
NODE_AUTH_TOKEN: ${{ secrets.NPMTOKEN }}
2828

2929
- name: Install MCP Publisher
3030
run: |

0 commit comments

Comments
 (0)