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') }}