From 633788c05e1e349a74bbfa3d76060f683cb1688c Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Wed, 23 Mar 2022 20:50:34 +0100 Subject: [PATCH] Removing the draft status of the release --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aabb8abc..64dcff25 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,8 +43,6 @@ jobs: - name: Create Release uses: ncipollo/release-action@v1 with: - draft: true - release_name: ${{github.ref}} body: ${{steps.github_release.outputs.changelog}} artifacts: ./artifacts/**/* token: ${{secrets.GITHUB_TOKEN}}