chore: bump version to 4.23.2

This commit is contained in:
Soulter
2026-04-19 17:50:03 +08:00
parent 960bc21c53
commit 00689604b4
7 changed files with 82 additions and 12 deletions

View File

@@ -27,9 +27,10 @@ jobs:
cache-dependency-path: dashboard/pnpm-lock.yaml
- name: Install and Build
working-directory: dashboard
run: |
pnpm --dir dashboard install --frozen-lockfile
pnpm --dir dashboard run build
pnpm install --frozen-lockfile
pnpm run build
- name: Inject Commit SHA
id: get_sha