We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c45f6f commit 16d7f9aCopy full SHA for 16d7f9a
.github/workflows/publish.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Build package
30
run: pnpm run build
31
- name: Publish to npm registry
32
- run: pnpm publish
+ run: pnpm publish --no-git-checks
33
- name: Install mcp-publisher
34
run: |
35
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
0 commit comments