summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: