Skip to content

Commit 9d61f81

Browse files
committed
Run prep before building release
1 parent 775931d commit 9d61f81

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@ jobs:
100100
with:
101101
token: ${{ secrets.GITHUB_TOKEN }}
102102

103+
- name: Run pnpm prep
104+
run: |
105+
pnpm prep
106+
103107
- name: Build
104108
run: |
105109
pnpm tauri build --ci -v --target ${{ matrix.settings.target }} --bundles ${{ matrix.settings.bundles }}

0 commit comments

Comments
 (0)