From 8e97a5e189644bb1bc8b3d937a8a155d9acb099d Mon Sep 17 00:00:00 2001 From: WangJunZzz <510423039@qq.com> Date: Sun, 10 Jul 2022 09:51:37 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=95=20=E8=B0=83=E6=95=B4github=20actio?= =?UTF-8?q?n=E5=8F=91=E5=B8=83=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish-frontend.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/publish-frontend.yml b/.github/workflows/publish-frontend.yml index 7e2ae8b0..0e20195d 100644 --- a/.github/workflows/publish-frontend.yml +++ b/.github/workflows/publish-frontend.yml @@ -13,6 +13,11 @@ jobs: with: persist-credentials: false + - name: Install pnpm + uses: pnpm/action-setup@v2.2.2 + with: + version: 6.0.2 + - name: 编译|发布 run: | cd vben28