We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb9ac6b commit 92b3834Copy full SHA for 92b3834
.github/workflows/publish.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Login to MCP Registry
38
run: |
39
echo "${{ secrets.MCP_PRIVATE_KEY }}" > key.pem
40
- mcp-publisher login dns --domain postman.com --private-key key.pem
+ ./mcp-publisher login dns --domain postman.com --private-key key.pem
41
42
- name: Publish to MCP Registry
43
run: ./mcp-publisher publish
0 commit comments