mirror of
https://github.com/kairos-io/kairos-agent.git
synced 2025-05-10 01:14:31 +00:00
Build web dependencies before producing release artifacts (#300)
Signed-off-by: Mauro Morales <contact@mauromorales.com>
This commit is contained in:
parent
77f4a78467
commit
a9c6739119
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user