Skip to content
This repository was archived by the owner on Oct 22, 2025. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 3 additions & 10 deletions .github/workflows/pkg-pr-new.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
on:
pull_request:
paths:
- packages/**

jobs:
publish:
Expand All @@ -10,11 +8,6 @@ jobs:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
- run: yarn install
- run: yarn build
- run: yarn install # re-install to detect CLIs
# create examples
- run: ./node_modules/.bin/create-actor --platform nodejs --template chat-room templates/chat-room
- run: ./node_modules/.bin/create-actor --platform nodejs --template counter templates/counter
# TODO: Add --compact once we publish them to npm
- run: yarn dlx pkg-pr-new publish 'packages/**/platforms/*' 'packages/*' 'packages/frameworks/*' --template './templates/*' --packageManager yarn
- run: pnpm install
- run: pnpm build
- run: pnpm dlx pkg-pr-new publish 'packages/*' 'packages/**/platforms/*' 'packages/frameworks/*' 'packages/drivers/*' --packageManager pnpm
Loading
Loading