Skip to content

Commit

Permalink
build_win: disable draft release, add short body
Browse files Browse the repository at this point in the history
telling that there will be release notes soon
  • Loading branch information
JOJ0 committed Mar 11, 2021
1 parent ae36c43 commit 2374182
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_win.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,10 @@ jobs:
with:
tag_name: v${{ env.tag_version }}
release_name: DiscoDOS v${{ env.tag_version }}
draft: true
body: |
This is an autogenerated DiscoDOS release.
Proper release notes coming soon...
draft: false
prerelease: true
if: ${{ steps.check.outputs.release_existing == 'false' }}

Expand Down

0 comments on commit 2374182

Please sign in to comment.