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