Skip to content

v0.2.0

v0.2.0 #3

Workflow file for this run

name: Publish npm packages
on:
release:
types: [published]
workflow_dispatch:
permissions:
contents: read
id-token: write
jobs:
publish:
runs-on: ubuntu-latest
environment: npm
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 24
registry-url: https://registry.npmjs.org
package-manager-cache: false
- run: npm install --global npm@latest
- run: npm ci
- run: npm run verify
- run: node scripts/publish-workspace-if-needed.mjs beatapi-client
- run: node scripts/publish-workspace-if-needed.mjs beatapi