From f23756773adb01e2673d4a15b74278d70311d3c1 Mon Sep 17 00:00:00 2001 From: Ciffelia Date: Sun, 9 Oct 2022 02:27:48 +0900 Subject: [PATCH] ci(release): remove yarn dependency caching see actions/setup-node#488 --- .github/workflows/release.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1d1cbe0..47c07b7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,12 +10,6 @@ jobs: with: fetch-depth: 0 - - name: Setup yarn dependencies cache - uses: actions/setup-node@v3 - with: - cache: yarn - cache-dependency-path: ./devtools/yarn.lock - - name: Configure git author run: | git config --global user.name "github-actions"