Skip to content

Commit 92b3834

Browse files
authored
fix: add path for mcp publisher command execution (#80)
1 parent fb9ac6b commit 92b3834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

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

0 commit comments

Comments
 (0)