fix: pkg package scope (#4823)

* fix: pkg package scope

* fix: pkg package scope

* fix: pkg package scope
This commit is contained in:
winches 2025-02-12 20:59:00 +08:00 committed by GitHub
parent 28b8606411
commit 593e77cec4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -86,4 +86,4 @@ jobs:
run: pnpm build
- name: Release
run: pnpx pkg-pr-new publish --compact --pnpm './packages/**/*'
run: pnpx pkg-pr-new publish --compact --pnpm './packages/components/*' './packages/core/*' './packages/hooks/*' './packages/utilities/*'