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 ce2d6cf commit e42a448Copy full SHA for e42a448
.github/workflows/publish.yml
@@ -113,9 +113,7 @@ jobs:
113
curl -L "https://github.com/modelcontextprotocol/registry/releases/latest/download/mcp-publisher_$(uname -s | tr '[:upper:]' '[:lower:]')_$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/').tar.gz" | tar xz mcp-publisher
114
115
- name: Login to MCP Registry
116
- run: ./mcp-publisher login github --token $GITHUB_TOKEN
117
- env:
118
- GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
+ run: ./mcp-publisher login github --token ${{ steps.app-token.outputs.token }}
119
120
- name: Publish to MCP Registry
121
run: ./mcp-publisher publish
0 commit comments