Skip to content

Commit

Permalink
fix: workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ikenxuan committed Aug 21, 2024
1 parent ab181bf commit 88189b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
if: steps.release-please.outputs.release_created == 'true'
run: |
npm install -g yarn
yarn run install
yarn run build
yarn install
yarn build
# 步骤:上传
- name: Upload ZIP release asset
Expand Down

0 comments on commit 88189b9

Please sign in to comment.