ci(release): fix ClawHub runtime preflight command

This commit is contained in:
Peter Steinberger
2026-05-04 18:47:31 +01:00
parent b70dbe32d0
commit 954b25e129

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: