Browse Source

👕 调整github action发布脚本

IdentityServer4
WangJunZzz 4 years ago
parent
commit
8e97a5e189
  1. 5
      .github/workflows/publish-frontend.yml

5
.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

Loading…
Cancel
Save