Skip to content

Commit

Permalink
ci: add pkg pr new
Browse files Browse the repository at this point in the history
  • Loading branch information
winchesHe committed Jan 12, 2025
1 parent b7de852 commit aba4c35
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/QA.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,19 @@ jobs:

- name: Run prettier
run: pnpm format:check

continuous-release:
name: Continuous Release
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/**/*'

0 comments on commit aba4c35

Please sign in to comment.