CI: remove the draft flag on the GitHub Release

This commit is contained in:
Benoit Blanchon
2023-02-08 16:25:44 +01:00
parent 6013a1a56f
commit d4bb839ce9

View File

@ -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 }}