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 edfb4c5 commit 30df50fCopy full SHA for 30df50f
.github/workflows/publish-nuget.yml
@@ -142,7 +142,9 @@ jobs:
142
143
- name: Install MCP Publisher
144
run: |
145
- 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
+ curl -fsSL "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
146
+ chmod +x mcp-publisher
147
+ ./mcp-publisher --version
148
149
- name: Login to MCP Registry
150
run: ./mcp-publisher login github-oidc
0 commit comments