mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-15 15:16:37 +00:00
Apply suggestions from code review
Co-authored-by: Félix Saparelli <felix@passcod.name> Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
parent
793d80e0ed
commit
611ef425cf
2 changed files with 2 additions and 2 deletions
2
.github/workflows/release-plz.yml
vendored
2
.github/workflows/release-plz.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
- name: Install Rust toolchain
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
run: rustup toolchain install stable --no-self-update --profile minimal
|
||||
- name: Run release-plz
|
||||
uses: MarcoIeni/release-plz-action@v0.5
|
||||
env:
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
[[package]] # the double square brackets define a TOML table array
|
||||
[[package]]
|
||||
name = "cargo-binstall"
|
||||
release = false # don't process this package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue