summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorBrendan Allan <[email protected]>2026-03-04 22:38:23 +0800
committerBrendan Allan <[email protected]>2026-03-04 22:38:23 +0800
commit1b0d65f80e7b2e283931a519bb31661c5659cfe1 (patch)
treea9ee90705edb958fe8b17c7c01a0fc4e078ce802
parentfaf501200e1beeb93145a9dbe7fc3df90f5f1c38 (diff)
downloadopencode-1b0d65f80e7b2e283931a519bb31661c5659cfe1.tar.gz
opencode-1b0d65f80e7b2e283931a519bb31661c5659cfe1.zip
ci: remove electron beta requirement
-rw-r--r--.github/workflows/publish.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index b45e58a6b..0dbd04f82 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -264,7 +264,7 @@ jobs:
target: aarch64-unknown-linux-gnu
platform_flag: --linux
runs-on: ${{ matrix.settings.host }}
- if: github.ref_name == 'beta'
+ # if: github.ref_name == 'beta'
steps:
- uses: actions/checkout@v3