From 3c0ad706537189c6215d63e88ddba5cdbe00c81b Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Sun, 12 Apr 2026 14:40:24 -0400 Subject: [PATCH] ci: enable beta branch releases with auto-update support --- .github/workflows/publish.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f5030a3c26..af008f6b17 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