From d84581480a8c51b04a163bf40ab0ff3ab8124728 Mon Sep 17 00:00:00 2001 From: GrantBirki Date: Mon, 24 Mar 2025 10:42:09 -0700 Subject: [PATCH] do not use a cache on release builds --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8c25ee0..5b9f4af 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,10 +21,12 @@ jobs: steps: - name: checkout uses: actions/checkout@v4 + with: + persist-credentials: false - uses: ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777 # pin@v1.221.0 with: - bundler-cache: true + bundler-cache: false - name: bootstrap run: script/bootstrap