mirror of
https://github.com/qingchencloud/clawpanel.git
synced 2026-05-07 05:42:53 +08:00
chore(release): v0.13.3
- 修复 #212 AI 消息气泡空白 - 修复 #215 HTTPS 下 WebSocket Mixed Content - 修复 #219 多实例版本检测错误 - 修复引擎切换后仪表盘无限加载 - 修复热更新假更新循环(macOS/Linux) - CI release 构建前自动同步版本号
This commit is contained in:
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -71,6 +71,12 @@ jobs:
|
||||
- name: 安装前端依赖
|
||||
run: npm ci
|
||||
|
||||
- name: 同步版本号到构建产物
|
||||
shell: bash
|
||||
run: |
|
||||
VERSION="${TAG_NAME#v}"
|
||||
node scripts/sync-version.js "$VERSION"
|
||||
|
||||
- name: 安装 Rust 工具链
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user