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 ae949f4 commit 05e7b30Copy full SHA for 05e7b30
.github/workflows/release-to-maven-central.yml
@@ -97,4 +97,4 @@ jobs:
97
### Things that changed in this release
98
${{ steps.changelog.outputs.changelog }}
99
draft: false
100
- prerelease: false
+ prerelease: ${{ contains(github.event.inputs.releaseversion, '-') }}
0 commit comments