Use Gradle for pnpm install in ui packages release workflow (#7753)

pull/7762/head^2
Ryan Wang 2025-09-20 23:34:43 +08:00 committed by GitHub
parent d0f050ff86
commit 83117058bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -18,6 +18,6 @@ jobs:
fetch-depth: 0
- name: Setup Environment
uses: ./.github/actions/setup-env
- run: pnpm install
- run: ./gradlew pnpmInstall
- name: Publish to NPM
run: cd ui && pnpm run publish:packages