From 611ef425cf1d8aae2ebb129bb5572fd555c187ad Mon Sep 17 00:00:00 2001 From: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> Date: Mon, 29 Jul 2024 12:42:15 +1000 Subject: [PATCH] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Félix Saparelli <felix@passcod.name> Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> --- .github/workflows/release-plz.yml | 2 +- release-plz.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index cc5bc4ff..db2b1e0a 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -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: diff --git a/release-plz.toml b/release-plz.toml index 3ab902df..7103eb64 100644 --- a/release-plz.toml +++ b/release-plz.toml @@ -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