ci(release): fix ClawHub runtime preflight command

(cherry picked from commit 954b25e129)
This commit is contained in:
Peter Steinberger
2026-05-04 18:47:31 +01:00
parent 94f8f1914e
commit 5de7f99801

View File

@@ -241,7 +241,7 @@ jobs:
echo "$RUNNER_TEMP" >> "$GITHUB_PATH"
- name: Verify package-local runtime build
run: pnpm release:plugins:npm:runtime:check --package "${{ matrix.plugin.packageDir }}"
run: node scripts/check-plugin-npm-runtime-builds.mjs --package "${{ matrix.plugin.packageDir }}"
- name: Preview publish command
env: