From 1b0d65f80e7b2e283931a519bb31661c5659cfe1 Mon Sep 17 00:00:00 2001 From: Brendan Allan Date: Wed, 4 Mar 2026 22:38:23 +0800 Subject: [PATCH] ci: remove electron beta requirement --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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