Skip to content

Commit

Permalink
ci: fix build issue (#2708) (#2709)
Browse files Browse the repository at this point in the history
(cherry picked from commit e286503)

Co-authored-by: Karl Cardenas <[email protected]>
  • Loading branch information
1 parent eb80859 commit 258d0f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:

- name: Build
run: |
touch .env
make build
- name: Deploy Preview
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:

- name: Compile
run: |
touch .env
make versions-ci
make build
Expand Down

0 comments on commit 258d0f6

Please sign in to comment.