From eb3a5151dc0ca9de78208f86e56582b2eb32be78 Mon Sep 17 00:00:00 2001 From: EunBae Gong Date: Thu, 15 Feb 2024 05:20:30 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=AC=B8=EB=B2=95=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 03e6cc6..7552327 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,7 +23,7 @@ jobs: node-version: 18 corepack-enable: true cache: yarn - - uses: Enable corepack + - name: Enable corepack run: | corepack enable corepack prepare yarn@4.1.0 --activate