From f4b044348998c6dc5de249905bc881f6b23c6ee0 Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Sat, 27 Apr 2024 15:18:48 +0100 Subject: [PATCH] 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 --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a6e921947..02f85f755 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 }}