Skip to content

Commit 222846d

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

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
11
name: Publish
22

3-
on:
4-
push:
5-
branches:
6-
- main
7-
- beta
8-
paths:
9-
- 'apps/cli/**'
10-
- '.changeset/**'
11-
- 'package.json'
12-
- 'bun.lock'
3+
on: [push, pull_request]
134

145
concurrency: ${{ github.workflow }}-${{ github.ref }}
156

@@ -30,6 +21,8 @@ jobs:
3021
- name: Install Dependencies
3122
run: bun install --frozen-lockfile
3223

24+
- run: bunx pkg-pr-new publish './apps/cli' --bin
25+
3326
- name: Create Release Pull Request or Publish
3427
id: changesets
3528
uses: changesets/action@v1

0 commit comments

Comments
 (0)