diff --git a/.github/workflows/QA.yaml b/.github/workflows/QA.yaml index 6763deec1e..401750f7d7 100644 --- a/.github/workflows/QA.yaml +++ b/.github/workflows/QA.yaml @@ -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/**/*'