ci: add checkout step to mcp-publish job
- server.json is needed for mcp-publisher to work
This commit is contained in:
@@ -162,6 +162,8 @@ jobs:
|
|||||||
contents: read
|
contents: read
|
||||||
id-token: write # Required for GitHub OIDC authentication
|
id-token: write # Required for GitHub OIDC authentication
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Download MCP package
|
- name: Download MCP package
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user