Skip to content

Deploy to NPM

Deploy to NPM #5

Workflow file for this run

name: Deploy to NPM
on:
workflow_dispatch:
release:
types: [created]
permissions:
id-token: write
contents: read
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- run: yarn
- run: yarn test
- run: yarn lint
- run: yarn publish