fix: releae fe version

This commit is contained in:
tbphp
2025-07-20 10:41:04 +08:00
parent a46c01e370
commit 39320da0b2
3 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ jobs:
cache: "npm"
cache-dependency-path: "web/package-lock.json"
- name: Build Frontend
run: VITE_VERSION=${{ github.ref_name }} npm install && npm run build
run: npm install && VITE_VERSION=${{ github.ref_name }} npm run build
working-directory: ./web
- name: Setup Go
uses: actions/setup-go@v5