Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information