Skip to content

Commit 0a19097

Browse files
committed
Fix workflow
1 parent d50cb48 commit 0a19097

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/release-docker.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,12 @@ jobs:
6262
git clone https://github.com/modelcontextprotocol/registry publisher-repo
6363
cd publisher-repo
6464
make publisher
65-
cp cmd/publisher/bin/mcp-publisher ../mcp-publisher
65+
cp bin/mcp-publisher ../mcp-publisher
6666
cd ..
6767
chmod +x mcp-publisher
6868
6969
- name: Login to MCP Registry
70-
run: mcp-publisher login github --token ${{ secrets.GITHUB_TOKEN }}
71-
env:
72-
GITHUB_TOKEN: ${{ secrets.MCP_GITHUB_TOKEN }}
70+
run: ./mcp-publisher login github --token ${{ secrets.MCP_GITHUB_TOKEN }}
7371

7472
- name: Publish to MCP Registry
7573
run: ./mcp-publisher publish

0 commit comments

Comments
 (0)