Skip to content

v2.0.1

v2.0.1 #5

Workflow file for this run

name: Publish Package to npmjs
on:
release:
types:
- published
permissions:
contents: read
id-token: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v5
with:
node-version: "24"
registry-url: "https://registry.npmjs.org"
- run: npm ci
- run: npm publish