From ac2a78391f75dd5544b0a22efafa4ce268e1987e Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Fri, 26 Jun 2026 15:55:04 -0400 Subject: [PATCH] fix(ci): publish v2 as next --- .github/workflows/publish.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f9b4a381056..8981aad49a6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -32,6 +32,9 @@ permissions: contents: write packages: write +env: + OPENCODE_CHANNEL: ${{ (github.ref_name == 'v2' && 'next') || '' }} + jobs: version: runs-on: blacksmith-4vcpu-ubuntu-2404