Update Go Release workflow to use "npm run build-selfhosted" for frontend build
This commit is contained in:
parent
89f0e63cd9
commit
a65da84f08
1 changed files with 1 additions and 1 deletions
2
.github/workflows/go-release.yml
vendored
2
.github/workflows/go-release.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
||||||
- name: Build Frontend
|
- name: Build Frontend
|
||||||
run: |
|
run: |
|
||||||
cd frontend-code
|
cd frontend-code
|
||||||
npm run build --mode selfhosted
|
npm run build-selfhosted
|
||||||
|
|
||||||
- name: Copy Frontend
|
- name: Copy Frontend
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue