diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index 409d23d..7f52a2a 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -18,8 +18,13 @@ jobs: group: release-plz-${{ github.ref }} cancel-in-progress: false steps: - - *checkout - - *install-rust + - name: Checkout repository + uses: actions/checkout@v6 + with: + fetch-depth: 0 + - name: Install Rust toolchain + uses: dtolnay/rust-toolchain@stable + - uses: Swatinem/rust-cache@v2 - name: Run release-plz uses: release-plz/action@v0.5 with: