From b3f5864007894f65d4e1193be7de572ac38e3650 Mon Sep 17 00:00:00 2001 From: Aman Varshney Date: Mon, 16 Jun 2025 00:55:01 +0530 Subject: [PATCH] add pkg-pr-new --- .github/workflows/publish.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index e833a36..c5c1ea4 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -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