add pkg-pr-new

This commit is contained in:
Aman Varshney
2025-06-16 00:55:01 +05:30
parent 4033aa21af
commit b3f5864007

View File

@@ -10,6 +10,7 @@ on:
- '.changeset/**'
- 'package.json'
- 'bun.lock'
pull_request:
concurrency: ${{ github.workflow }}-${{ github.ref }}
@@ -30,6 +31,8 @@ jobs:
- name: Install Dependencies
run: bun install --frozen-lockfile
- run: bunx pkg-pr-new publish './apps/cli' --bin
- name: Create Release Pull Request or Publish
id: changesets
uses: changesets/action@v1