ci: add checkout step to mcp-publish job

- server.json is needed for mcp-publisher to work
This commit is contained in:
Devid HW
2026-04-22 05:44:43 +07:00
parent 7a8a8daeca
commit 7e97086909
+2
View File
@@ -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: