Skip to content

fix: second step of register #2206

fix: second step of register

fix: second step of register #2206

Workflow file for this run

on:
pull_request:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
lfs: true
- run: corepack enable
- uses: actions/setup-node@v4
with:
cache: "pnpm"
- run: pnpm install
- run: pnpm build -F @rivetkit/engine-runner-protocol -F @rivetkit/engine-runner
- run: pnpm dlx pkg-pr-new publish 'sdks/typescript/runner/' 'sdks/typescript/runner-protocol/'