openclaw-multi-session-plugins/.github/workflows
Haitao Pan 48c05db842 ci: build plugin runtime with npm (was pnpm w/ stale lockfile)
The workflow used pnpm install --frozen-lockfile against a stale pnpm-lock.yaml
while the repo migrated to npm (current package-lock.json v3), so it failed and
never published a release -> the deploy's download of
openclaw-multi-session-plugins-runtime-all.tar.gz from releases/latest 404'd.
Switch to npm ci + npm run build and trigger on package-lock.json.
2026-06-21 08:28:00 +00:00
..
ci.yml Use corepack for pnpm in workflows 2026-05-05 11:14:32 +08:00
deploy.yml fix(deploy): install forced archive builds for OpenClaw plugin 2026-06-12 14:37:17 +08:00
publish.yml ci: load github actions secrets from vault 2026-06-06 13:33:44 +08:00
runtime-release.yaml ci: build plugin runtime with npm (was pnpm w/ stale lockfile) 2026-06-21 08:28:00 +00:00