chore: bump version to v0.2.6

This commit is contained in:
mofeng-git
2026-08-02 16:37:47 +08:00
parent 47af17bebc
commit 16400df182
6 changed files with 5 additions and 3036 deletions

View File

@@ -34,13 +34,11 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 24
cache: npm
cache-dependency-path: web/package-lock.json
- name: Build frontend
working-directory: web
run: |
npm ci
npm install
npm run build
- name: Upload frontend dist