Skip to content

Commit 05e7b30

Browse files
authored
Set prerelease tag automatically (#2063)
1 parent ae949f4 commit 05e7b30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-to-maven-central.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ jobs:
9797
### Things that changed in this release
9898
${{ steps.changelog.outputs.changelog }}
9999
draft: false
100-
prerelease: false
100+
prerelease: ${{ contains(github.event.inputs.releaseversion, '-') }}

0 commit comments

Comments
 (0)