Skip to content

Commit 75f2975

Browse files
authored
Merge pull request #50 from onkernel/mason/ga-release
ci: use local mcp-publisher for login step
2 parents 8bdeccf + e87fd0e commit 75f2975

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)