mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 08:58:21 +00:00
keep releases as pre- for now
This commit is contained in:
parent
35f50440e7
commit
eb7fc99f67
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cd.yml
vendored
2
.github/workflows/cd.yml
vendored
|
|
@ -38,10 +38,10 @@ jobs:
|
|||
echo ::set-output name=sha::"$(shasum -a 256 ./release/gitui-mac.tar.gz | awk '{printf $1}')"
|
||||
|
||||
- name: Release
|
||||
id: create_release
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
#body: 'changelog '
|
||||
prerelease: true
|
||||
files: |
|
||||
./release/*.tar.gz
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in a new issue