Skip to content

Commit e230950

Browse files
committed
update action
1 parent 1130e04 commit e230950

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/github-registry-data-modeling.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
curl -L "https://github.com/modelcontextprotocol/registry/releases/download/latest/mcp-publisher_$(uname -s | tr '[:upper:]' '[:lower:]')_$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/').tar.gz" | tar xz mcp-publisher
2020
- name: Publish to MCP Registry
2121
run: |
22-
./mcp-publisher login github-oidc
23-
./mcp-publisher publish
22+
cd servers/mcp-neo4j-data-modeling/
23+
mcp-publisher login github-oidc
24+
mcp-publisher publish
2425

0 commit comments

Comments
 (0)