Removing the draft status of the release

This commit is contained in:
Zoe Roux
2022-03-23 20:50:34 +01:00
parent 7f9e13c307
commit 633788c05e
-2
View File
@@ -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}}