diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml
index 6330216..dfaac9e 100644
--- a/.github/workflows/release-please.yaml
+++ b/.github/workflows/release-please.yaml
@@ -8,7 +8,7 @@ on:
 
 jobs:
   release-please:
-    name: Release
+    name: Release Please # https://github.com/googleapis/release-please
     runs-on: ubuntu-latest
     steps:
       - name: Release Please
@@ -34,6 +34,10 @@ jobs:
           toolchain: stable
           override: true
 
+      - name: Cache
+        if: ${{ steps.release.outputs.release_created }}
+        uses: Swatinem/rust-cache@v1
+
       - name: Publish to crates.io
         if: ${{ steps.release.outputs.release_created }}
         run: |