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 ab4ba1f commit 120b091Copy full SHA for 120b091
.github/workflows/generate-upload-dxt-cypher.yml
@@ -6,10 +6,10 @@ on:
6
- mcp-neo4j-cypher-v*
7
workflow_dispatch: # Allows manual triggering of the workflow
8
inputs:
9
- release_tag:
10
- description: 'Release tag to add .dxt file to (e.g., mcp-neo4j-cypher-v1.0.0)'
11
- required: true
12
- type: string
+ release_tag:
+ description: 'Release tag to add .dxt file to (e.g., mcp-neo4j-cypher-v1.0.0)'
+ required: true
+ type: string
13
14
permissions:
15
contents: write
0 commit comments