Skip to content

5.6.0 release - #446

Merged
bigbrother666sh merged 3 commits into
TeamWiseFlow:masterfrom
bigbrother666sh:master
Jul 21, 2026
Merged

5.6.0 release#446
bigbrother666sh merged 3 commits into
TeamWiseFlow:masterfrom
bigbrother666sh:master

Conversation

@bigbrother666sh

Copy link
Copy Markdown
Member

No description provided.

codes-factory-of-bg added 2 commits July 21, 2026 12:10
- build-dist.yml 在出 tarball 后、attach release 前加冒烟 step:解压 linux tarball → 跑 install.sh --no-prompt --skip-bind --skip-browser(指本地 tarball,不碰 runner ~/.openclaw)→ bin/openclaw --version。冒烟失败则 workflow fail,不会把坏 tarball attach 到 release
- install.sh / install.ps1 加 --skip-browser / -SkipBrowser:跳过 camoufox-cli 浏览器二进制安装(省 ~557MB Firefox 下载),冒烟只验解压+依赖装+引擎起
- release.yml 推 tag 后主动 gh workflow run build-dist.yml -f tag=<tag>:GITHUB_TOKEN 推 tag 不触发下游 on:push(递归保护),workflow_dispatch 是例外可触发;加 actions: write 权限,清过期注释
- build-dist.yml 加 workflow_dispatch inputs.tag;ASSET_TAG 优先 inputs.tag > git tag > version 文件,输出 asset_tag 供冒烟/attach 复用;attach 去 continue-on-error + 去 per-file || true(上传失败不再被吞,release 不会静默缺包)
- ci.yml / release.yml / build-dist.yml:actions/checkout v4→v5、setup-node v4→v5、pnpm/action-setup v4→v6,全部 node24 runtime,消 Node 20 deprecation 警告
@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


codes-factory-of-bg seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

升级 actions/setup-node@v5→v6:v5 的 package-manager-cache 检测到
package.json 里 packageManager: pnpm@ 就自动开 pnpm 缓存,但它在
pnpm/action-setup 之前跑、pnpm 还没装,抛 'Unable to locate executable
file: pnpm'(setup-node#1351)。v6 把自动缓存限为 npm-only,解。

pnpm/action-setup@v6 显式传 version: 10.30.2,规避 v6 早期不读
packageManager 版本的坑(action-setup#227)。
@bigbrother666sh
bigbrother666sh merged commit bf35530 into TeamWiseFlow:master Jul 21, 2026
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants