From 3ac904544d7bfdb5759cd865dae92be14c113e0a Mon Sep 17 00:00:00 2001 From: David Knaack Date: Sun, 26 Jun 2022 22:30:33 +0200 Subject: [PATCH] ci(release): draft release until binaries are uploaded (#4116) --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 03a5350f..46bf06dd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,6 +25,7 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} release-type: rust + draft: true # Build sources for every OS github_build: @@ -274,6 +275,7 @@ jobs: with: files: starship-*/starship-* tag_name: ${{ needs.release_please.outputs.tag_name }} + draft: false # Publish starship to Crates.io cargo_publish: