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 250850d commit 69bc5a9Copy full SHA for 69bc5a9
1 file changed
.github/workflows/release.yml
@@ -77,6 +77,6 @@ jobs:
77
body: ${{ steps.changelog.outputs.content }}
78
files: target/*.jar
79
# Automatically marks v1.0.0-beta.1 as a pre-release
80
- prerelease: ${{ contains(github.ref, 'beta') || contains(github.ref, 'alpha')
+ prerelease: ${{ contains(github.ref, 'beta') || contains(github.ref, 'alpha') }}
81
env:
82
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments