From de06a5cfb105ab4f322a507c930c4e352d0e9b63 Mon Sep 17 00:00:00 2001 From: Stephan Boyer Date: Sun, 12 Apr 2026 17:56:33 -0700 Subject: [PATCH] Add publish release remote cache settings --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb063d2..ac016ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -297,5 +297,7 @@ jobs: with: tasks: publish docker_repo: stephanmisc/toast + read_remote_cache: true + write_remote_cache: true env: CRATES_IO_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}