Skip to content

Commit 47639f8

Browse files
committed
Set prerelease flag for RCs
1 parent 7a25d15 commit 47639f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/custopize.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ jobs:
9494
name: "${{ env.RELEASE_NAME }}"
9595
tag_name: "${{ env.RELEASE_TAG }}"
9696
body: "${{ env.RELEASE_BODY }}"
97+
prerelease: ${{ contains(env.OCTOPRINT_VERSION, 'rc') }}
98+
fail_on_unmatched_files: true
9799
files: |
98100
build/${{ env.IMAGE }}.zip
99101
build/${{ env.IMAGE }}.zip.md5

0 commit comments

Comments
 (0)