Skip to content

Commit

Permalink
ci: 调整docker-image
Browse files Browse the repository at this point in the history
  • Loading branch information
WangJunZzz committed Sep 19, 2023
1 parent 05ce6bc commit e721461
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,17 @@ jobs:
with:
persist-credentials: false

- name: Install pnpm
uses: pnpm/[email protected]
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})
Expand Down

0 comments on commit e721461

Please sign in to comment.