mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
Fix changelog (#1991)
This commit is contained in:
parent
d0631f0d74
commit
ac957a096c
2
.github/workflows/release_changelog.yml
vendored
2
.github/workflows/release_changelog.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
with:
|
||||
tag_name: ${{ github.ref }}
|
||||
release_name: ${{ github.ref }}
|
||||
body: ${{ steps.github_release.outputs.changelog }}
|
||||
body: ${{ github.ref }}
|
||||
prerelease: ${{ contains(github.ref, 'beta') || contains(github.ref, 'alpha') }}
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN}}
|
||||
|
Loading…
Reference in New Issue
Block a user