From 34a0d328b0e1505dd8588a8fec31e7cfc96bb09a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Hurlin?= Date: Thu, 16 Jan 2025 15:14:43 +0100 Subject: [PATCH] Create ready releases (skip draft state) --- .github/workflows/release-upload.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-upload.yml b/.github/workflows/release-upload.yml index 7996a5fd32..2d6d6e1a4e 100644 --- a/.github/workflows/release-upload.yml +++ b/.github/workflows/release-upload.yml @@ -219,7 +219,7 @@ jobs: - name: Create Release uses: input-output-hk/action-gh-release@v1 with: - draft: true + draft: false tag_name: ${{ needs.wait_for_hydra.outputs.TARGET_TAG }} # Git tag the release is attached to name: ${{ env.SHORT_TAG }} # Release name in GitHub UI # TODO generalize