diff options
| author | Dax Raad <[email protected]> | 2026-04-12 14:40:24 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2026-04-12 14:40:24 -0400 |
| commit | 3c0ad706537189c6215d63e88ddba5cdbe00c81b (patch) | |
| tree | b899f94a5cb03172c9c369d946b989ed5c1d8acb /.github | |
| parent | 264418c0cdda37e214c01688dca66c0dcfd3e0b0 (diff) | |
| download | opencode-3c0ad706537189c6215d63e88ddba5cdbe00c81b.tar.gz opencode-3c0ad706537189c6215d63e88ddba5cdbe00c81b.zip | |
ci: enable beta branch releases with auto-update support
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/publish.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f5030a3c2..af008f6b1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -213,7 +213,6 @@ jobs: needs: - build-cli - version - if: github.ref_name != 'beta' continue-on-error: false env: AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }} @@ -390,7 +389,7 @@ jobs: needs: - build-cli - version - if: github.repository == 'anomalyco/opencode' && github.ref_name != 'beta' + if: github.repository == 'anomalyco/opencode' continue-on-error: false env: AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }} @@ -596,7 +595,7 @@ jobs: path: packages/opencode/dist - uses: actions/download-artifact@v4 - if: needs.version.outputs.release && github.ref_name != 'beta' + if: needs.version.outputs.release with: pattern: latest-yml-* path: /tmp/latest-yml |
