From d4bb839ce9e2d8f4470b7d81a9432d7a4c5bcbc3 Mon Sep 17 00:00:00 2001 From: Benoit Blanchon Date: Wed, 8 Feb 2023 16:25:44 +0100 Subject: [PATCH] CI: remove the draft flag on the GitHub Release --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4a7ee0b4..c2efcafe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,6 @@ jobs: uses: ncipollo/release-action@v1 with: bodyFile: ${{ steps.body.outputs.filename }} - draft: true name: ArduinoJson ${{ steps.init.outputs.version }} artifacts: ${{ steps.amalgamate_h.outputs.filename }},${{ steps.amalgamate_hpp.outputs.filename }},${{ steps.arduino.outputs.filename }} token: ${{ secrets.GITHUB_TOKEN }}