chore: update CI workflows

This commit is contained in:
CaIon
2025-06-08 03:37:17 +08:00
parent 02e43ee12e
commit 77d5dff0c6
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ jobs:
run: |
cd web
bun install
REACT_APP_VERSION=$(git describe --tags) bun run build
DISABLE_ESLINT_PLUGIN='true' VITE_REACT_APP_VERSION=$(git describe --tags) bun run build
cd ..
- name: Set up Go
uses: actions/setup-go@v3