Skip to content

Commit

Permalink
fix: build frontend in release CI
Browse files Browse the repository at this point in the history
  • Loading branch information
trobonox authored Jun 12, 2024
1 parent 8d62b14 commit a52f22c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ jobs:
- name: install frontend dependencies
run: yarn install # change this to npm, pnpm or bun depending on which one you use.

- name: Build frontend
run: yarn generate # change this to npm, pnpm or bun depending on which one you use.

- uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit a52f22c

Please sign in to comment.