From 99795f3711c7865c2fcd0c329b43183ec86d4ee4 Mon Sep 17 00:00:00 2001 From: wangjun Date: Fri, 15 Sep 2023 22:38:12 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E4=BF=AE=E6=94=B9=E9=95=9C=E5=83=8F?= =?UTF-8?q?=E7=BC=96=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker-image.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index d3bf24e9..916914fb 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -47,17 +47,6 @@ jobs: with: persist-credentials: false - - name: Install pnpm - uses: pnpm/action-setup@v2.2.2 - with: - version: 6.0.2 - - - name: Build - run: | - cd vben28 - pnpm install - npm run build - - name: Setting Version id: vars run: echo ::set-output name=RELEASE_VERSION::$(echo ${GITHUB_REF:10})