Skip to content

Commit c35fab0

Browse files
committed
feat: auto-generated MCP server changes
1 parent 01356a7 commit c35fab0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,4 +170,6 @@ jobs:
170170
env:
171171
GH_TOKEN: ${{ secrets.GH_TOKEN }}
172172
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
173-
run: npx semantic-release
173+
run: |
174+
npm config set //registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}
175+
npx semantic-release

0 commit comments

Comments
 (0)