diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 78266ab..3fe8b1b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,6 +54,6 @@ jobs: tagName: v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version. releaseName: "v__VERSION__" releaseBody: "See the assets to download this version and install." - releaseDraft: true + releaseDraft: false prerelease: true args: ${{ matrix.args }}