Skip to content

Commit

Permalink
Run prep before building release
Browse files Browse the repository at this point in the history
  • Loading branch information
Rocky43007 committed Feb 3, 2025
1 parent 775931d commit 9d61f81
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Run pnpm prep
run: |
pnpm prep
- name: Build
run: |
pnpm tauri build --ci -v --target ${{ matrix.settings.target }} --bundles ${{ matrix.settings.bundles }}
Expand Down

0 comments on commit 9d61f81

Please sign in to comment.