diff options
| author | Brendan Allan <[email protected]> | 2026-03-04 22:38:23 +0800 |
|---|---|---|
| committer | Brendan Allan <[email protected]> | 2026-03-04 22:38:23 +0800 |
| commit | 1b0d65f80e7b2e283931a519bb31661c5659cfe1 (patch) | |
| tree | a9ee90705edb958fe8b17c7c01a0fc4e078ce802 /.github | |
| parent | faf501200e1beeb93145a9dbe7fc3df90f5f1c38 (diff) | |
| download | opencode-1b0d65f80e7b2e283931a519bb31661c5659cfe1.tar.gz opencode-1b0d65f80e7b2e283931a519bb31661c5659cfe1.zip | |
ci: remove electron beta requirement
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/publish.yml | 2 |
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 |
