Skip to content

Commit 23b2dde

Browse files
authored
[infra] Set up canary releases (#1865)
1 parent a01be37 commit 23b2dde

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,6 @@ jobs:
3535
- run: pnpm install
3636
- run: pnpm release:build
3737
- run: pnpm validate-declarations
38+
- name: Publish to pkg-pr-new
39+
if: matrix.os == 'ubuntu-latest'
40+
run: pnpm dlx pkg-pr-new publish './packages/react' --compact --pnpm

0 commit comments

Comments
 (0)