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