From 39c7fdce281f789d64eb325e45bf2c0fa30ac59b Mon Sep 17 00:00:00 2001 From: Legitgoons Date: Tue, 28 May 2024 20:08:27 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20publish.yml=20=EC=9D=98=EC=A1=B4?= =?UTF-8?q?=EC=84=B1=20=ED=8C=8C=EC=9D=BC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 19e96f9..8452a45 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -30,7 +30,7 @@ jobs: with: node-version: ${{ matrix.node-version }} cache: 'yarn' - cache-dependency-path: yarn.lock + cache-dependency-path: package-lock.json - name: Install dependencies run: yarn install