Skip to content

chore: remove build step #3

chore: remove build step

chore: remove build step #3

---

Check failure on line 1 in .github/workflows/registry-publish.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/registry-publish.yml

Invalid workflow file

(Line: 7, Col: 3): The workflow must contain at least one job with no dependencies.
name: Publish to MCP Registry
on:
workflow_dispatch:
jobs:
publish:
runs-on: ubuntu-latest
environment: Production
permissions:
contents: write
id-token: write
needs:
- check
if: needs.check.outputs.VERSION_EXISTS == 'false'
steps:
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
- uses: actions/checkout@v5
- name: Install MCP Publisher
run: |
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
- name: Login to MCP Registry
run: ./mcp-publisher login github-oidc
- name: Publish to MCP Registry
run: ./mcp-publisher publish