Skip to content

Commit

Permalink
Update release.yml (#1932)
Browse files Browse the repository at this point in the history
  • Loading branch information
crwxaj authored Jan 19, 2025
1 parent 5aae24d commit 2b4252e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: docker/setup-qemu-action@v3

- name: Build UI
run: cd ui && yarn install && yarn build
run: cd ui && yarn install --ignore-engines && yarn build

- name: Setup release environment
run: |-
Expand Down

0 comments on commit 2b4252e

Please sign in to comment.