Skip to content

Commit

Permalink
ci(release): draft release until binaries are uploaded (starship#4116)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkna authored Jun 26, 2022
1 parent 2d5e8c0 commit 3ac9045
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: rust
draft: true

# Build sources for every OS
github_build:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 3ac9045

Please sign in to comment.