diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 21d58ea..1b62a64 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -79,7 +79,7 @@ jobs: - name: Create GitHub Release uses: softprops/action-gh-release@v2 with: - prerelease: true + draft: true tag_name: ${{ steps.meta.outputs.tag }} files: ./build/${{ steps.meta.outputs.filename }} generate_release_notes: true