Skip to content

chore(main): release 4.8.1 (#218) #13

chore(main): release 4.8.1 (#218)

chore(main): release 4.8.1 (#218) #13

Workflow file for this run

name: npm
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/setup-node@v4.0.3
with:
node-version: 22
cache: "npm"
- run: corepack enable
- run: npm ci
- uses: JS-DevTools/npm-publish@v3.1.1
with:
token: ${{ secrets.NPM_TOKEN }}