Skip to content

chore: bump version to 1.2.0 #2

chore: bump version to 1.2.0

chore: bump version to 1.2.0 #2

Workflow file for this run

name: Publish to npm
"on":
push:
tags:
- "v*"
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- uses: actions/checkout@v6
- uses: pnpm/action-setup@v5
- uses: actions/setup-node@v6
with:
node-version: 22
cache: pnpm
registry-url: https://registry.npmjs.org
- run: pnpm install --frozen-lockfile
- run: pnpm build
- run: pnpm test
- run: npx npm@latest publish --access public --provenance