From faa907e87ed00ef1ba6fc6df42ccd884afd22f19 Mon Sep 17 00:00:00 2001 From: StarHeartHunt Date: Wed, 11 Sep 2024 19:25:56 +0800 Subject: [PATCH] :construction_worker: disable cache --- .github/workflows/canary-release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/canary-release.yml b/.github/workflows/canary-release.yml index 5738d98..c949704 100644 --- a/.github/workflows/canary-release.yml +++ b/.github/workflows/canary-release.yml @@ -22,7 +22,6 @@ jobs: uses: actions/setup-node@v4 with: node-version: lts/* - cache: yarn - name: Prepare git run: |