mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-27 12:56:01 -06:00
fix(package): clean dist before root packaging (#126577)
This commit is contained in:
committed by
GitHub
parent
980b07f4a2
commit
ab7fc490d6
@@ -397,7 +397,7 @@ jobs:
|
||||
- name: Verify release contents
|
||||
env:
|
||||
OPENCLAW_RELEASE_CHECK_LOCAL_PACKAGE_TARBALL_DIR: ${{ steps.core_package_tarballs.outputs.dir }}
|
||||
run: pnpm release:check
|
||||
run: pnpm release:generated:check && node --import tsx scripts/release-check.ts
|
||||
|
||||
- name: Exercise all extended-stable plugin npm packages
|
||||
id: plugin_npm_preflight
|
||||
|
||||
Reference in New Issue
Block a user