Skip to content

Commit

Permalink
all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelquigley committed Feb 6, 2025
1 parent cbc76fa commit 229070c
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 229070c

Please sign in to comment.