From a1a759f46fa6b854a7c87e339ae6c01bb9954969 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Thu, 29 Sep 2022 11:16:07 +0200 Subject: [PATCH] ci: create draft GitHub release Signed-off-by: CrazyMax --- .github/workflows/release.yml | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7d86b84f..ad3f1184 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -179,6 +179,7 @@ jobs: if: ${{ inputs.release }} with: name: ${{ env.GIT_TAG }}-${{ github.run_number }} + draft: true tag_name: ${{ env.GIT_TAG }}-${{ github.run_number }} target_commitish: ${{ github.sha }} body: | diff --git a/README.md b/README.md index bda69aab..20c3e247 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ $ docker buildx create --driver docker-container --name mybuilder --use --bootst > nodes like we do in CI. See ["Set up remote builders" step](.github/workflows/release.yml) > for more details. -If you just want to build packages only for your current platform, you can set +If you just want to build packages for your current platform, you can set `LOCAL_PLATFORM=1` environment variable. ## Usage