Skip to content

fix: get actor in remote driver #1722

fix: get actor in remote driver

fix: get actor in remote driver #1722

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/*'