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

fix(core): fix querying actor by id #1726

fix(core): fix querying actor by id

fix(core): fix querying actor by id #1726

Workflow file for this run

on:
pull_request:
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
- run: pnpm install
- run: pnpm build
- run: pnpm dlx pkg-pr-new publish 'packages/*' 'packages/**/platforms/*' 'packages/frameworks/*' 'packages/drivers/*' --packageManager pnpm --template './examples/*'