Skip to content

Commit b3f5864

Browse files
add pkg-pr-new
1 parent 4033aa2 commit b3f5864

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- '.changeset/**'
1111
- 'package.json'
1212
- 'bun.lock'
13+
pull_request:
1314

1415
concurrency: ${{ github.workflow }}-${{ github.ref }}
1516

@@ -30,6 +31,8 @@ jobs:
3031
- name: Install Dependencies
3132
run: bun install --frozen-lockfile
3233

34+
- run: bunx pkg-pr-new publish './apps/cli' --bin
35+
3336
- name: Create Release Pull Request or Publish
3437
id: changesets
3538
uses: changesets/action@v1

0 commit comments

Comments
 (0)