Skip to content

Commit 4d1a4d5

Browse files
committed
chore(ci): update pkg.pr.new for shared packages
1 parent a2e43bd commit 4d1a4d5

File tree

5 files changed

+691
-247
lines changed

5 files changed

+691
-247
lines changed

.github/workflows/pkg-pr-new.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ jobs:
1212
- run: corepack enable
1313
- uses: actions/setup-node@v4
1414
- run: pnpm install
15-
- run: pnpm build -F '@rivetkit/*'
16-
- run: pnpm dlx pkg-pr-new publish 'engine/sdks/typescript/runner/' 'engine/sdks/typescript/runner-protocol/' 'rivetkit-typescript/packages/*' --packageManager pnpm --template './examples/*'
15+
- run: pnpm build -F '@rivetkit/*' -F '!@rivetkit/example-registry'
16+
- run: pnpm dlx pkg-pr-new publish 'shared/typescript/*' 'engine/sdks/typescript/runner/' 'engine/sdks/typescript/runner-protocol/' 'rivetkit-typescript/packages/*' --packageManager pnpm --template './examples/*'

rivetkit-asyncapi/asyncapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"asyncapi": "3.0.0",
33
"info": {
44
"title": "RivetKit WebSocket Protocol",
5-
"version": "2.0.32",
5+
"version": "2.0.33",
66
"description": "WebSocket protocol for bidirectional communication between RivetKit clients and actors"
77
},
88
"channels": {

0 commit comments

Comments
 (0)