mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 00:48:35 +00:00
try fixing cd
This commit is contained in:
parent
e21ebd0ac8
commit
4dae9f01d0
1 changed files with 1 additions and 2 deletions
3
.github/workflows/cd.yml
vendored
3
.github/workflows/cd.yml
vendored
|
|
@ -107,10 +107,9 @@ jobs:
|
|||
if: matrix.os == 'ubuntu-latest'
|
||||
id: release_notes
|
||||
uses: ffurrer2/extract-release-notes@v2
|
||||
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v2
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
body: ${{ steps.release_notes.outputs.release_notes }}
|
||||
prerelease: ${{ contains(github.ref, '-') }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue