From c6bf56bbd3b91b56a6628411d119cc08ccaf61f2 Mon Sep 17 00:00:00 2001 From: Christian Eichert <102165928+ecxod@users.noreply.github.com> Date: Sun, 11 Feb 2024 04:46:25 +0100 Subject: [PATCH] Update python-app.yml --- .github/workflows/python-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 0056b7e..3dbeb9b 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -85,7 +85,7 @@ jobs: tag_name: ${{ env.LATEST_TAG }} release_name: Release ${{ env.LATEST_TAG }} draft: false - prerelease: true + prerelease: false - name: Upload Release Asset uses: actions/upload-release-asset@v1