mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
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:
parent
8d55d92656
commit
9aec8fda8a
17
.github/workflows/QA.yaml
vendored
17
.github/workflows/QA.yaml
vendored
@ -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/**/*'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user