Skip to content

Commit 8ae8804

Browse files
committed
ci: Use local mcp-publisher binary for login
1 parent d12f7c0 commit 8ae8804

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-mcp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Login to MCP Registry
4040
run: |
4141
echo "${{ secrets.MCP_PRIVATE_KEY }}" > key.pem
42-
mcp-publisher login dns --domain onkernel.com --private-key-file key.pem
42+
./mcp-publisher login dns --domain onkernel.com --private-key-file key.pem
4343
4444
- name: Publish to MCP Registry
4545
run: ./mcp-publisher publish

0 commit comments

Comments
 (0)