Skip to content

Commit

Permalink
Set prerelease tag automatically (#2063)
Browse files Browse the repository at this point in the history
  • Loading branch information
ulischulte authored Jul 1, 2022
1 parent ae949f4 commit 05e7b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-to-maven-central.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,4 @@ jobs:
### Things that changed in this release
${{ steps.changelog.outputs.changelog }}
draft: false
prerelease: false
prerelease: ${{ contains(github.event.inputs.releaseversion, '-') }}

0 comments on commit 05e7b30

Please sign in to comment.