From c6294dc83e72a87cb84684a5519a845547792e08 Mon Sep 17 00:00:00 2001 From: Anthony Oteri Date: Fri, 29 Sep 2023 12:01:09 -0400 Subject: [PATCH] Fix name of rust-docs component --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a58fa33..6ef793b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: uses: dtolnay/rust-toolchain@stable with: toolchain: stable - components: rustdoc + components: rust-docs - name: Cache build dependencies uses: Swatinem/rust-cache@v2