Skip to content

Commit

Permalink
Build web dependencies before producing release artifacts
Browse files Browse the repository at this point in the history
Signed-off-by: Mauro Morales <[email protected]>
  • Loading branch information
mauromorales committed Apr 17, 2024
1 parent 77f4a78 commit 72e595d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: ^1.20
- name: Build WebUI dependencies
run: cd ./internal/webui/public && npm install
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
Expand Down

0 comments on commit 72e595d

Please sign in to comment.