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 e0d49a9 commit 9d3b335Copy full SHA for 9d3b335
.github/workflows/custopize.yml
@@ -216,7 +216,7 @@ jobs:
216
name: "${{ env.RELEASE_NAME }}"
217
tag_name: "${{ env.RELEASE_TAG }}"
218
body_path: "build/release.md"
219
- prerelease: ${{ contains(env.OCTOPRINT_VERSION, 'rc') }}
+ prerelease: ${{ github.ref != 'refs/heads/main' || contains(env.OCTOPRINT_VERSION, 'rc') || contains(env.OCTOPI_VERSION, 'rc') }}
220
fail_on_unmatched_files: true
221
files: |
222
build/${{ env.IMAGE_ZIP }}
0 commit comments