Skip to content

Update CHANGELOG.md

Update CHANGELOG.md #2

name: Publish Data Modeling MCP to Github MCP Registry
on:
push:
tags:
- mcp-neo4j-data-modeling-v*
workflow_dispatch: # Allows manual triggering of the workflow
jobs:
publish:
runs-on: ubuntu-latest
permissions:

Check failure on line 12 in .github/workflows/github-registry-data-modeling.yml

View workflow run for this annotation

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

Invalid workflow file

You have an error in your yaml syntax on line 12
id-token: write # For OIDC
contents: read
# MCP publishing (works for all package types)
- name: Download MCP Publisher
run: |
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
- name: Publish to MCP Registry
run: |
./mcp-publisher login github-oidc
./mcp-publisher publish