From 610158b2f043bf4d5ffcc1eb2c3eefc9a5c21306 Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Fri, 14 Feb 2025 13:58:39 -0500 Subject: [PATCH] Force manual publishing of preview (#24894) This is just a temporary change to help us debug with some weird issues happening: - Discord release not firing for certain builds - Random blank release drafts showing up Release Notes: - N/A --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa6145c7f2..419127b6ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -482,6 +482,6 @@ jobs: - bundle steps: - name: gh release - run: gh release edit $GITHUB_REF_NAME --draft=false + run: gh release edit $GITHUB_REF_NAME --draft=true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}