diff options
author | Mo Tarbin <mhed.t91@gmail.com> | 2024-07-28 18:50:14 -0400 |
---|---|---|
committer | Mo Tarbin <mhed.t91@gmail.com> | 2024-07-28 18:50:14 -0400 |
commit | 89f0e63cd956454b0817259fd8e340f6a69fb42d (patch) | |
tree | 3689b456c2a7e863f043ca377e19d001f68b2c46 /.github/workflows | |
parent | 5f84e9f2ef0b052e60970b477d5e1842252c119c (diff) | |
download | donetick-89f0e63cd956454b0817259fd8e340f6a69fb42d.tar.gz donetick-89f0e63cd956454b0817259fd8e340f6a69fb42d.tar.bz2 donetick-89f0e63cd956454b0817259fd8e340f6a69fb42d.zip |
Update Go Release workflow to include frontend flag for selfhosted
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/go-release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/go-release.yml b/.github/workflows/go-release.yml index ff14aeb..2b4047b 100644 --- a/.github/workflows/go-release.yml +++ b/.github/workflows/go-release.yml @@ -31,7 +31,7 @@ jobs: - name: Build Frontend run: | cd frontend-code - npm run build + npm run build --mode selfhosted - name: Copy Frontend run: | |