From 4660ccac6e9f070c011a437729355d041bc1ecce Mon Sep 17 00:00:00 2001 From: Miguel Angel Mulero Martinez Date: Sun, 20 Feb 2022 14:02:06 +0100 Subject: [PATCH] Revert "Mark nightly as prerelease" This reverts commit 479d8a5deda164da620f3c176fcddbdd5bf86a61. --- .github/workflows/nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 82afabc8..649252ee 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -52,7 +52,7 @@ jobs: tag_name: v${{ steps.date.outputs.today }}.${{ github.run_number }} files: release-assets/Betaflight-Configurator-*/** draft: false - prerelease: true + prerelease: false fail_on_unmatched_files: true body: | ${{ steps.notes.outputs.notes }}