Skip to content

Commit eb7fc99

Browse files
author
Stephan Dilly
committed
keep releases as pre- for now
1 parent 35f5044 commit eb7fc99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ jobs:
3838
echo ::set-output name=sha::"$(shasum -a 256 ./release/gitui-mac.tar.gz | awk '{printf $1}')"
3939
4040
- name: Release
41-
id: create_release
4241
uses: softprops/action-gh-release@v1
4342
with:
4443
#body: 'changelog '
44+
prerelease: true
4545
files: |
4646
./release/*.tar.gz
4747
env:

0 commit comments

Comments
 (0)