diff options
| author | Dax Raad <[email protected]> | 2025-12-09 22:14:18 -0500 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-12-09 22:14:18 -0500 |
| commit | 3d95848607304daa3f51f975f94d7380f56a12c1 (patch) | |
| tree | 1db66c3220503211aac8f9f845162d1ccb544e6e | |
| parent | 221c9028aface247455b5cfb6072e7421f395420 (diff) | |
| download | opencode-3d95848607304daa3f51f975f94d7380f56a12c1.tar.gz opencode-3d95848607304daa3f51f975f94d7380f56a12c1.zip | |
ci
| -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 9ad14bb8e..eea0e21ae 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -81,7 +81,7 @@ jobs: NPM_CONFIG_PROVENANCE: false publish-tauri: - if: inputs.bump || inputs.version + if: false # inputs.bump || inputs.version continue-on-error: true strategy: fail-fast: false |
