Update Go Release workflow to include frontend flag for selfhosted

This commit is contained in:
Mo Tarbin 2024-07-28 18:50:14 -04:00
parent 5f84e9f2ef
commit 89f0e63cd9
2 changed files with 10 additions and 24 deletions

View file

@ -31,7 +31,7 @@ jobs:
- name: Build Frontend
run: |
cd frontend-code
npm run build
npm run build --mode selfhosted
- name: Copy Frontend
run: |