Skip to content

feat: add observable ActorSystem with events, actors, and subscribe #83

feat: add observable ActorSystem with events, actors, and subscribe

feat: add observable ActorSystem with events, actors, and subscribe #83

Workflow file for this run

name: Release
on:
push:
branches:
- main
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
release:
name: Release
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
id-token: write
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Update npm for OIDC support
run: sudo npm install -g npm@latest
- run: bun install
- name: Create Release Pull Request or Publish
uses: changesets/action@v1
with:
publish: bun run release
version: bun run version
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ""