Skip to content

Commit

Permalink
ci: 优化github Release 发布流程,增加模块编译
Browse files Browse the repository at this point in the history
  • Loading branch information
mmdapl committed Jul 24, 2024
1 parent 14ca631 commit 3a77655
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/CD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,13 @@ jobs:
run: |
./scripts/ci
- name: Build All Packages
run: |
pnpm build
# Github发布版本,并更新Release信息
- run: pnpm build && npx changelog
- name: Release New Version
run: npx changelog
env:
GITHUB_TOKEN: ${{secrets.TOKEN}}

Expand Down

0 comments on commit 3a77655

Please sign in to comment.