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 f560f44 commit 3fccae4Copy full SHA for 3fccae4
.github/workflows/generate-upload-dxt-cypher.yml
@@ -1,4 +1,4 @@
1
-name: MCP Neo4jCypher Generate and Upload DXT File
+name: MCP Neo4j Cypher Generate and Upload DXT File
2
3
on:
4
push:
@@ -46,4 +46,4 @@ jobs:
46
TAG_NAME="${{ github.event.inputs.release_tag || github.event.release.tag_name }}"
47
gh release upload "$TAG_NAME" \
48
servers/mcp-neo4j-cypher/*.dxt \
49
- --clobber
+ --clobber
0 commit comments