chore: fix release workflow

This commit is contained in:
Justineo
2025-09-25 11:09:22 +08:00
parent 15d8fa382d
commit c975a1b641

View File

@ -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