Skip to content

chore: release v0.2.1 #1

chore: release v0.2.1

chore: release v0.2.1 #1

Workflow file for this run

name: Publish
on:
push:
tags:
- '*.*.*'
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
registry-url: 'https://registry.npmjs.com'
- env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
npm install && npm run build
npm publish --provenance --access public