From 07a840add7e40cf4b678ebed8d5f7c10f6b73bbd Mon Sep 17 00:00:00 2001 From: Aditya Garg <85610623+AdityaGarg8@users.noreply.github.com> Date: Fri, 1 Jul 2022 18:21:17 +0530 Subject: [PATCH] Update CI.yml --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 1e3ca6e..67a1ae5 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -47,6 +47,6 @@ jobs: tag_name: v22.04-${{ steps.tag.outputs.tag }} body: If you are facing blank screen after installation, try [booting using refind](https://wiki.t2linux.org/guides/refind/). draft: false - prerelease: true + prerelease: false env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}