fix: releae fe version
This commit is contained in:
2
.github/workflows/release-linux.yml
vendored
2
.github/workflows/release-linux.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
|||||||
cache: "npm"
|
cache: "npm"
|
||||||
cache-dependency-path: "web/package-lock.json"
|
cache-dependency-path: "web/package-lock.json"
|
||||||
- name: Build Frontend
|
- 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
|
working-directory: ./web
|
||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
|
2
.github/workflows/release-macos.yml
vendored
2
.github/workflows/release-macos.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
|||||||
cache: "npm"
|
cache: "npm"
|
||||||
cache-dependency-path: "web/package-lock.json"
|
cache-dependency-path: "web/package-lock.json"
|
||||||
- name: Build Frontend
|
- 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
|
working-directory: ./web
|
||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
|
2
.github/workflows/release-windows.yml
vendored
2
.github/workflows/release-windows.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
|||||||
cache: "npm"
|
cache: "npm"
|
||||||
cache-dependency-path: "web/package-lock.json"
|
cache-dependency-path: "web/package-lock.json"
|
||||||
- name: Build Frontend
|
- 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
|
working-directory: ./web
|
||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
|
Reference in New Issue
Block a user