mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-22 04:25:21 +00:00
build: Mark release as draft when creating GitHub releases
The maintainer can then replace the plaintext body (derived from the tag) with a markdown version and then publish. As part of 6c4144e94301923ade98ee81fa53e5d655a3e7dc creating a draft release was accidentally dropped. Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
This commit is contained in:
parent
030d84eb08
commit
f4b0443489
1
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
@ -88,6 +88,7 @@ jobs:
|
||||
if: github.event_name == 'create' && github.event.ref_type == 'tag'
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
draft: true
|
||||
files: |
|
||||
./${{ matrix.platform.name_ch }}
|
||||
./${{ matrix.platform.name_ch_remote }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user