Skip to content

Commit

Permalink
Merge pull request #568 from trobonox/main
Browse files Browse the repository at this point in the history
Fix CI (maybe)
  • Loading branch information
trobonox authored Jun 12, 2024
2 parents 1a53547 + a52f22c commit 517385d
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 517385d

Please sign in to comment.