From c0f93fcf3ee34fcbef4ce463249ca14c2055bdd5 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Thu, 22 Jun 2023 12:11:43 -0400 Subject: [PATCH] Publish GitHub release as draft (#5304) I accidentally changed `draft: false` to `draft: true` in #5240. I actually think Copilot did this without me realizing. --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9b29bbedc2a9f..dfd6fbbd47279 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -491,14 +491,14 @@ jobs: - name: "Publish to GitHub" uses: softprops/action-gh-release@v1 with: - draft: false + draft: true files: binaries/* tag_name: v${{ inputs.tag }} # After the release has been published, we update downstream repositories # This is separate because if this fails the release is still fine, we just need to do some manual workflow triggers update-dependents: - name: Release + name: Update dependents runs-on: ubuntu-latest needs: publish-release steps: