Skip to content

Commit 961359e

Browse files
committed
fix workflow
1 parent b5564b6 commit 961359e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish-mcp.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ jobs:
1414
steps:
1515
- name: Checkout code
1616
uses: actions/checkout@v4
17-
17+
18+
- name: Setup pnpm
19+
uses: pnpm/action-setup@v4
20+
1821
- name: Install Node.js
1922
uses: actions/setup-node@v4
2023
with:
2124
node-version: 20
2225
cache: 'pnpm'
2326

24-
- name: Setup pnpm
25-
uses: pnpm/action-setup@v4
26-
2727
- name: Setup Go (for mcp-publisher build)
2828
uses: actions/setup-go@v5
2929
with:

0 commit comments

Comments
 (0)