From 8f4c72a375df2f5e2b602b1a3a356cacf2e57fbc Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Tue, 6 Jul 2021 16:06:28 -0300 Subject: [PATCH] drop prerelease: true from release step in workflow (#551) --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a003275f90..30bb8164eb1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -111,6 +111,5 @@ jobs: dist/*.rpm dist/*.txt draft: true - prerelease: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}