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

chore: rename actorcore -> rivetkit take 2 #852

chore: rename actorcore -> rivetkit take 2

chore: rename actorcore -> rivetkit take 2 #852

Workflow file for this run

on:
pull_request:
paths:
- packages/**
jobs:
publish:
runs-on: ubuntu-latest
steps:
- 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