mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 00:48:35 +00:00
fix pre-release flag
This commit is contained in:
parent
d0ac0a3063
commit
8f44c12b64
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cd.yml
vendored
2
.github/workflows/cd.yml
vendored
|
|
@ -71,7 +71,7 @@ jobs:
|
|||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
body: ${{ steps.release_notes.outputs.release_notes }}
|
||||
prerelease: contains(github.ref, '-')
|
||||
prerelease: ${{ contains(github.ref, '-') }}
|
||||
files: |
|
||||
./release/*.tar.gz
|
||||
./release/*.zip
|
||||
|
|
|
|||
Loading…
Reference in a new issue