From 66437c59584103f0869f39b6db85c24194646237 Mon Sep 17 00:00:00 2001 From: Stijn Tintel Date: Tue, 19 Dec 2023 19:36:51 +0200 Subject: [PATCH] CI: mark release candidates as pre-release (cherry picked from commit 218993ebf0e064769f46d26c87d7b2756efaeb82) --- .github/workflows/build-willow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-willow.yml b/.github/workflows/build-willow.yml index f6e923ec..d132604c 100644 --- a/.github/workflows/build-willow.yml +++ b/.github/workflows/build-willow.yml @@ -122,4 +122,4 @@ jobs: with: allowUpdates: false artifacts: "sha256sums.txt,willow-dist-*/willow-dist-*.bin,willow-ota-*/willow-ota-*.bin" - prerelease: ${{ contains(github.ref, 'delete') || contains(github.ref, 'pre') }} + prerelease: ${{ contains(github.ref, 'delete') || contains(github.ref, 'pre') || contains(github.ref, 'rc') }}