From 9202c6826d29df5ff32a3d8cf9bc6ff06022f6a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=86=90=ED=98=84=EA=B2=BD?= Date: Wed, 11 Dec 2024 11:34:36 +0900 Subject: [PATCH] Update autoDeploy.yml --- .github/workflows/autoDeploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autoDeploy.yml b/.github/workflows/autoDeploy.yml index e6a7d07..4a50481 100644 --- a/.github/workflows/autoDeploy.yml +++ b/.github/workflows/autoDeploy.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v3 - name: Install Vercel CLI (Vercel CLI 설치) - run: yarn add vercel@latest + run: npm install -g vercel - name: Pull Vercel Environment Information (Vercel 원격 환경에서 환경 변수 및 프로젝트 설정을 가져오기) run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}