diff --git a/.github/workflows/git-auto-push.yml b/.github/workflows/git-auto-push.yml index 0b48c39..d948411 100644 --- a/.github/workflows/git-auto-push.yml +++ b/.github/workflows/git-auto-push.yml @@ -18,7 +18,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 }}