From 0b6521ab620cf6c16e36d9c5d3cf56b7b0ee81eb Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdx@users.noreply.github.com> Date: Tue, 14 May 2024 09:48:56 -0500 Subject: [PATCH] chore: fix release-plz with nightly rustfmt --- .github/workflows/release-plz.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index 0d3b95c61..47fd4e420 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -32,6 +32,8 @@ jobs: git_user_signingkey: true git_commit_gpgsign: true git_tag_gpgsign: true + - uses: actions-rust-lang/setup-rust-toolchain@v1 + with: { toolchain: nightly } - uses: actions-rust-lang/setup-rust-toolchain@v1 - run: mkdir -p "$HOME/bin" && echo "$HOME/bin" >> "$GITHUB_PATH" - run: cargo build --all-features && cp target/debug/mise "$HOME"/bin