mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
Revert workflow (#2051)
This commit is contained in:
parent
a7ed7557ec
commit
e6e6da6a44
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: ${{ github.ref }}
|
||||
body: ${{ steps.github_release.outputs.changelog }}
|
||||
prerelease: ${{ contains(github.ref, 'beta') || contains(github.ref, 'alpha') }}
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN}}
|
||||
|
Loading…
Reference in New Issue
Block a user