From 436fcaffc91f52d6c3568f9e50856d4913ef1171 Mon Sep 17 00:00:00 2001 From: nezu <29180158+dumbasPL@users.noreply.github.com> Date: Fri, 29 Sep 2023 11:14:48 +0200 Subject: [PATCH] use release drafts on releases and not pre-releases diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 940c0a7..81dcab8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -30,6 +30,7 @@ jobs: with: repo_token: ${{ secrets.GITHUB_TOKEN }} prerelease: false + draft: true files: | build/bin/Release/*.exe @@ -41,6 +42,5 @@ jobs: automatic_release_tag: latest title: Development build prerelease: true - draft: true files: | build/bin/Release/*.exe \ No newline at end of file --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 940c0a7..81dcab8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -30,6 +30,7 @@ jobs: with: repo_token: ${{ secrets.GITHUB_TOKEN }} prerelease: false + draft: true files: | build/bin/Release/*.exe @@ -41,6 +42,5 @@ jobs: automatic_release_tag: latest title: Development build prerelease: true - draft: true files: | build/bin/Release/*.exe \ No newline at end of file