Skip to content

v2.3.1

v2.3.1 #19

Workflow file for this run

name: Publish Package to npmjs
on:
push:
tags:
- 'v2.[0-9]+.[0-9]+'
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: '24.x'
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm publish --provenance --access public