ci: add pkg pr new (#4540)

* ci: add pkg pr new

* ci: add pkg pr new

* chore(workflow): update repo name

---------

Co-authored-by: աӄա <wingkwong.code@gmail.com>
This commit is contained in:
winches 2025-02-06 05:12:06 +08:00 committed by GitHub
parent 8d55d92656
commit 9aec8fda8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -70,3 +70,20 @@ jobs:
- name: Run prettier
run: pnpm format:check
continuous-release:
name: Continuous Release
if: github.repository == 'heroui-inc/heroui'
runs-on: ubuntu-latest
steps:
- name: Checkout branch
uses: actions/checkout@v4
- name: Install
uses: ./.github/common-actions/install
- name: Build packages
run: pnpm build
- name: Release
run: pnpx pkg-pr-new publish --compact --pnpm './packages/**/*'