From: Vincent Bernat Date: Sat, 21 Aug 2021 08:00:23 +0000 (+0200) Subject: ci: publish a release as a draft X-Git-Tag: 1.0.13~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a818d643bd5a8d862c3fff79b82952e91e824408;p=thirdparty%2Flldpd.git ci: publish a release as a draft Otherwise, people may get notified too early. --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e692a89f..bbabf003 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -143,6 +143,7 @@ jobs: uses: softprops/action-gh-release@v1 with: body_path: release.md + draft: true files: | *.tar.gz *.pkg