From 77c59b38fdedc53c2576d645ec8dcab01be7ef26 Mon Sep 17 00:00:00 2001 From: NotGhoull Date: Thu, 10 Oct 2024 20:14:20 +0100 Subject: [PATCH] fix: Release issue --- .github/workflows/publish-dev.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-dev.yml b/.github/workflows/publish-dev.yml index e3988f4..59f865c 100644 --- a/.github/workflows/publish-dev.yml +++ b/.github/workflows/publish-dev.yml @@ -60,6 +60,6 @@ jobs: tagName: app-v__VERSION__-dev # the action automatically replaces \_\_VERSION\_\_ with the app version. releaseName: "App v__VERSION__-dev" releaseBody: "See the assets to download this version and install." - releaseDraft: true - prerelease: false + releaseDraft: false + prerelease: true args: ${{ matrix.args }}