diff options
| author | Brendan Allan <[email protected]> | 2026-01-12 21:27:52 +0800 |
|---|---|---|
| committer | Brendan Allan <[email protected]> | 2026-01-12 21:27:52 +0800 |
| commit | f1a13f25a410ba79fd1537a4ac0df5864ac14530 (patch) | |
| tree | 005383b60f2e9df8d2790a38ac2eb391e9afba74 /.github | |
| parent | 4695e685cf68f2dcdf9e952b90c34241c71b2df3 (diff) | |
| download | opencode-f1a13f25a410ba79fd1537a4ac0df5864ac14530.tar.gz opencode-f1a13f25a410ba79fd1537a4ac0df5864ac14530.zip | |
ci: don't continue-on-error in tauri action
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/publish.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3a9a9b4ad..8d7a823b1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -92,7 +92,7 @@ jobs: publish-tauri: needs: publish - continue-on-error: true + continue-on-error: false strategy: fail-fast: false matrix: |
