Skip to content

docs: bring README up to date with the 0.3.0 API #22

docs: bring README up to date with the 0.3.0 API

docs: bring README up to date with the 0.3.0 API #22

Workflow file for this run

name: Release
on:
push:
tags:
- "v*"
permissions:
contents: read
id-token: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: "24.12"
cache: "pnpm"
- run: pnpm install --frozen-lockfile
- run: pnpm build
- run: npm publish --access=public --provenance