Update .github/workflows/release.yml

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Erik van der Boom 2026-04-09 00:02:30 +02:00 committed by GitHub
parent 0285c0dcdb
commit 63b71ac293
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -90,7 +90,7 @@ jobs:
cd mcp-ts && npm ci --omit=dev --omit=optional
cp -r node_modules ../vscode-ext/mcp-ts/node_modules
# Remove docs/tests/maps from dependencies to keep VSIX size and file-count lower
cd ../vscode-ext/mcp-ts && npx --yes node-prune
cd ../vscode-ext/mcp-ts && npx --yes node-prune@1.0.2
- name: Set version from tag and publish extension
# package.json ships with version "0.0.0" — the real version is injected here from the release tag