mirror of
https://github.com/Luzifer/twitch-bot.git
synced 2024-11-08 08:10:08 +00:00
[ci] Replace release action
old one was too unreliable Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
49aba55cfe
commit
1a5057e261
1 changed files with 4 additions and 5 deletions
9
.github/workflows/test-and-build.yml
vendored
9
.github/workflows/test-and-build.yml
vendored
|
@ -77,13 +77,12 @@ jobs:
|
|||
git push -f origin stable
|
||||
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
uses: ncipollo/release-action@v1
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
body_path: release_changelog.md
|
||||
artifacts: '.build/*'
|
||||
bodyFile: release_changelog.md
|
||||
draft: false
|
||||
fail_on_unmatched_files: true
|
||||
files: '.build/*'
|
||||
generate_release_notes: false
|
||||
generateReleaseNotes: false
|
||||
|
||||
...
|
||||
|
|
Loading…
Reference in a new issue