Skip to content

chore: release version #6

chore: release version

chore: release version #6

Workflow file for this run

name: Publish
on:
push:
tags:
- "v*"
permissions:
contents: read
id-token: write
jobs:
publish:
runs-on: ubuntu-latest
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 ci
- run: npm run check
- run: npm run build
- run: npm publish