diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cfbe120e..34e14ee7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -122,6 +122,14 @@ jobs: env: CI: "true" + - run: npm install + working-directory: agent/agentUi + + - run: npm run build + working-directory: agent/agentUi + env: + CI: "true" + - uses: goreleaser/goreleaser-action@v6 with: distribution: goreleaser @@ -192,6 +200,14 @@ jobs: env: CI: "true" + - run: npm install + working-directory: agent/agentUi + + - run: npm run build + working-directory: agent/agentUi + env: + CI: "true" + - uses: goreleaser/goreleaser-action@v6 with: distribution: goreleaser @@ -266,6 +282,14 @@ jobs: env: CI: "true" + - run: npm install + working-directory: agent/agentUi + + - run: npm run build + working-directory: agent/agentUi + env: + CI: "true" + - uses: goreleaser/goreleaser-action@v6 with: distribution: goreleaser @@ -311,6 +335,14 @@ jobs: env: CI: "true" + - run: npm install + working-directory: agent/agentUi + + - run: npm run build + working-directory: agent/agentUi + env: + CI: "true" + - uses: goreleaser/goreleaser-action@v6 with: distribution: goreleaser