1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

Update release changelog to flag prereleases properly

This commit is contained in:
Christopher Kolstad 2022-07-28 15:34:58 +02:00
parent 0f93743772
commit ff6ef4ae5a

View File

@ -22,5 +22,6 @@ jobs:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
body: ${{ steps.github_release.outputs.changelog }}
prerelease: ${{ contains(github.ref, 'beta') || contains(github.ref, 'alpha') }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN}}