From c1b997002a279d95ec51a8656be229e89b90b601 Mon Sep 17 00:00:00 2001 From: Peter Tripp Date: Fri, 6 Jun 2025 15:29:33 -0400 Subject: [PATCH] ci: Auto-release release prefix hotfixes again (#32265) Undo: - https://github.com/zed-industries/zed/pull/24894 CC: @JosephTLyons Release Notes: - N/A --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 30db3dc0b0..5b166111a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -808,12 +808,12 @@ jobs: if: | startsWith(github.ref, 'refs/tags/v') && endsWith(github.ref, '-pre') && !endsWith(github.ref, '.0-pre') - needs: [bundle-mac, bundle-linux-x86_x64, bundle-linux-aarch64] + needs: [bundle-mac, bundle-linux-x86_x64, bundle-linux-aarch64, freebsd] runs-on: - self-hosted - bundle steps: - name: gh release - run: gh release edit $GITHUB_REF_NAME --draft=true + run: gh release edit $GITHUB_REF_NAME --draft=false env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}