summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Knaack <davidkna@users.noreply.github.com>2022-06-26 22:30:33 +0200
committerGitHub <noreply@github.com>2022-06-26 16:30:33 -0400
commit3ac904544d7bfdb5759cd865dae92be14c113e0a (patch)
tree728092818dffaa641adb73cb13b94643e71a5539
parent2d5e8c0945ca9943a5ef6af0fbdab864ce7caf83 (diff)
ci(release): draft release until binaries are uploaded (#4116)
-rw-r--r--.github/workflows/release.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 03a5350fc..46bf06dd5 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: