1
0
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 ()

Signed-off-by: Mauro Morales <contact@mauromorales.com>
This commit is contained in:
Mauro Morales 2024-04-17 19:00:39 +02:00 committed by GitHub
parent 77f4a78467
commit a9c6739119
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: