Skip to content
This repository was archived by the owner on Oct 22, 2025. It is now read-only.

Commit c9fcd07

Browse files
committed
ci: fix pkg-pr-new
1 parent 6cdbb14 commit c9fcd07

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

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

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
pull_request:
3-
paths:
4-
- packages/**
3+
# paths:
4+
# - packages/**
55

66
jobs:
77
publish:
@@ -10,11 +10,6 @@ jobs:
1010
- uses: actions/checkout@v4
1111
- run: corepack enable
1212
- uses: actions/setup-node@v4
13-
- run: yarn install
14-
- run: yarn build
15-
- run: yarn install # re-install to detect CLIs
16-
# create examples
17-
- run: ./node_modules/.bin/create-actor --platform nodejs --template chat-room templates/chat-room
18-
- run: ./node_modules/.bin/create-actor --platform nodejs --template counter templates/counter
19-
# TODO: Add --compact once we publish them to npm
20-
- run: yarn dlx pkg-pr-new publish 'packages/**/platforms/*' 'packages/*' 'packages/frameworks/*' --template './templates/*' --packageManager yarn
13+
- run: pnpm install
14+
- run: pnpm build
15+
- run: pnpm dlx pkg-pr-new publish --packageManager pnpm

0 commit comments

Comments
 (0)