mirror of
https://github.com/ecomfe/vue-echarts.git
synced 2025-10-27 10:55:07 +08:00
chore: fix release workflow
This commit is contained in:
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -30,6 +30,9 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: pnpm install
|
||||
|
||||
- name: Install Playwright
|
||||
run: pnpm run test:setup:ci
|
||||
|
||||
- name: Extract release notes
|
||||
run: pnpm releaselog --format=notes ${{ github.ref_name }} > RELEASE_NOTES.md
|
||||
|
||||
|
||||
Reference in New Issue
Block a user