Skip to content

Commit 16d7f9a

Browse files
authored
ci: update publish command to skip git checks (#67)
1 parent 8c45f6f commit 16d7f9a

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
@@ -29,7 +29,7 @@ jobs:
2929
- name: Build package
3030
run: pnpm run build
3131
- name: Publish to npm registry
32-
run: pnpm publish
32+
run: pnpm publish --no-git-checks
3333
- name: Install mcp-publisher
3434
run: |
3535
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

Comments
 (0)