Files
cline/.github
Dominic Cooney 650d362516 ci: run publish-nightly job inside apps/vscode workspace
The publish job ran `npm ci --include=optional` and `npm run publish:marketplace:nightly` at the repo root, but the VS Code extension package and lockfile live at apps/vscode/. The job failed with `npm ci ... can only install with an existing package-lock.json` because there is no root package.json/lockfile anymore.

Mirror ext-vscode-test.yml: set defaults.run.working-directory = apps/vscode for the whole job, and point setup-node cache-dependency-path at the apps/vscode lockfiles. The Checkout and Tag-published-commit steps already use their own explicit working-directory (or are GitHub Actions where it does not apply), so the job-level default does not affect them.
2026-05-29 11:57:47 -07:00
..
2026-05-25 21:35:59 +02:00