From 7e970869090aa6b55d92f3d55fbc1dfdc352ec66 Mon Sep 17 00:00:00 2001 From: Devid HW Date: Wed, 22 Apr 2026 05:44:43 +0700 Subject: [PATCH] ci: add checkout step to mcp-publish job - server.json is needed for mcp-publisher to work --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5285f14..4cc6d7d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -162,6 +162,8 @@ jobs: contents: read id-token: write # Required for GitHub OIDC authentication steps: + - uses: actions/checkout@v4 + - name: Download MCP package uses: actions/download-artifact@v4 with: