We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4033aa2 commit 222846dCopy full SHA for 222846d
.github/workflows/publish.yaml
@@ -1,15 +1,6 @@
1
name: Publish
2
3
-on:
4
- push:
5
- branches:
6
- - main
7
- - beta
8
- paths:
9
- - 'apps/cli/**'
10
- - '.changeset/**'
11
- - 'package.json'
12
- - 'bun.lock'
+on: [push, pull_request]
13
14
concurrency: ${{ github.workflow }}-${{ github.ref }}
15
@@ -30,6 +21,8 @@ jobs:
30
21
- name: Install Dependencies
31
22
run: bun install --frozen-lockfile
32
23
24
+ - run: bunx pkg-pr-new publish './apps/cli' --bin
25
+
33
26
- name: Create Release Pull Request or Publish
34
27
id: changesets
35
28
uses: changesets/action@v1
0 commit comments