From cddad34b0ac96976ce839975d3aba363f6f44909 Mon Sep 17 00:00:00 2001 From: J / Jacob Babich Date: Fri, 11 Oct 2024 13:36:03 -0400 Subject: [PATCH] ci(release-plz): add a Rust cache step hoping to speed up the job --- .github/workflows/release-plz.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index f93dc8e..f6455ea 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -20,13 +20,18 @@ jobs: with: app-id: ${{ secrets.RELEASE_PLZ_GITHUB_APP_ID }} private-key: ${{ secrets.RELEASE_PLZ_GITHUB_APP_SECRET }} + - name: Checkout repository uses: actions/checkout@v4 with: fetch-depth: 0 token: ${{ steps.generate-token.outputs.token }} + - name: Install Rust toolchain uses: dtolnay/rust-toolchain@stable + + - uses: Swatinem/rust-cache@v2 + - name: Run release-plz uses: MarcoIeni/release-plz-action@v0.5 env: