mirror of
https://github.com/starship/starship.git
synced 2024-11-22 16:23:17 +01:00
ci(release): draft release until binaries are uploaded (#4116)
This commit is contained in:
parent
2d5e8c0945
commit
3ac904544d
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user