mirror of
https://github.com/qingchencloud/clawpanel.git
synced 2026-05-11 18:10:41 +08:00
release.yml 的"提交 latest.json 到 main"步骤在本次发版被静默吞错
(`git push HEAD:main || true`):Release CI 跑期间我推了 fmt fix
commit (88928b7) 让 main 领先于 CI 检出的版本,CI 试图 push 时被
GitHub 因 non-fast-forward 拒绝。
手动补提此清单,让前端热更新可识别 0.14.0 包:
- hash 来自下载 https://github.com/qingchencloud/clawpanel/releases/download/v0.14.0/web-0.14.0.zip 后计算的 sha256
- size 取实际字节数
- releasedAt 取 Release.publishedAt
10 lines
313 B
JSON
10 lines
313 B
JSON
{
|
|
"version": "0.14.0",
|
|
"minAppVersion": "0.9.0",
|
|
"hash": "sha256:feb569a71a51c350a4daeb0eb3988b4e600b51c62c14c10995b8e07663777e08",
|
|
"url": "https://github.com/qingchencloud/clawpanel/releases/download/v0.14.0/web-0.14.0.zip",
|
|
"size": 2475873,
|
|
"changelog": "",
|
|
"releasedAt": "2026-04-25T15:51:38Z"
|
|
}
|