We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a25d15 commit 47639f8Copy full SHA for 47639f8
.github/workflows/custopize.yml
@@ -94,6 +94,8 @@ jobs:
94
name: "${{ env.RELEASE_NAME }}"
95
tag_name: "${{ env.RELEASE_TAG }}"
96
body: "${{ env.RELEASE_BODY }}"
97
+ prerelease: ${{ contains(env.OCTOPRINT_VERSION, 'rc') }}
98
+ fail_on_unmatched_files: true
99
files: |
100
build/${{ env.IMAGE }}.zip
101
build/${{ env.IMAGE }}.zip.md5
0 commit comments