diff options
| author | Dax Raad <[email protected]> | 2025-12-08 20:06:36 -0500 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-12-08 20:06:36 -0500 |
| commit | 72a13212e2f45db5d24f368828ef9ec5cc84dc59 (patch) | |
| tree | d4088a1906ddd81533e7081a1deb9706073fda25 | |
| parent | 78bcf35f3707ed4751c5cf51437956152c8c5473 (diff) | |
| download | opencode-72a13212e2f45db5d24f368828ef9ec5cc84dc59.tar.gz opencode-72a13212e2f45db5d24f368828ef9ec5cc84dc59.zip | |
ci
| -rw-r--r-- | .github/workflows/publish.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 36a36ffe2..59b0ba2c9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -82,7 +82,9 @@ jobs: OPENCODE_API_KEY: ${{ secrets.OPENCODE_API_KEY }} publish-tauri: + continue-on-error: true strategy: + fail-fast: false matrix: settings: - host: macos-latest |
