Skip to content

Commit dd49fdf

Browse files
committed
chore: fix working directory for publish to mcp
1 parent 26817ee commit dd49fdf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/publish-mcp.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
uses: actions/checkout@v5
1717

1818
- name: Publish to MCP Registry
19+
working-directory: packages/stdio
1920
env:
2021
MCP_KEY: ${{ secrets.MCP_KEY }}
2122
run: |

0 commit comments

Comments
 (0)