mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-22 05:28:42 +00:00
Fix release-plz.toml (#1866)
Do not set release as latest, since that would break installation script/action. Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
parent
23ee8ab6b7
commit
90d47f76b1
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
[[package]]
|
||||
name = "cargo-binstall"
|
||||
release = false # don't process this package
|
||||
git_release_latest = false # don't set release as latest release
|
||||
|
|
Loading…
Add table
Reference in a new issue