Skip to content

Commit

Permalink
CI: mark release candidates as pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
stintel authored and kristiankielhofner committed Dec 19, 2023
1 parent fa18c3d commit 218993e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-willow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}

0 comments on commit 218993e

Please sign in to comment.