Skip to content

Commit f1a13f2

Browse files
committed
ci: don't continue-on-error in tauri action
1 parent 4695e68 commit f1a13f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292

9393
publish-tauri:
9494
needs: publish
95-
continue-on-error: true
95+
continue-on-error: false
9696
strategy:
9797
fail-fast: false
9898
matrix:

0 commit comments

Comments
 (0)