Skip to content
This repository has been archived by the owner on Dec 26, 2024. It is now read-only.

v1.0.1

v1.0.1 #3

Workflow file for this run

name: release
on:
workflow_dispatch:
release:
types: [published]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: "20"
- run: npm ci
- run: npm test
- uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}