Skip to content

Commit a34979e

Browse files
committed
chore: force reinstall of tauri-cli in draft release workflow
1 parent d7f761d commit a34979e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/draft-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
run: |
104104
corepack enable
105105
bun install --cwd src-frontend
106-
cargo install tauri-cli --version "^2.0.0" --locked
106+
cargo install tauri-cli --version "^2.0.0" --locked --force
107107
108108
- name: Build app (macOS)
109109
if: runner.os == 'macOS'

0 commit comments

Comments
 (0)