Skip to content

chore(main): release 0.2.2 (#34) #2

chore(main): release 0.2.2 (#34)

chore(main): release 0.2.2 (#34) #2

Workflow file for this run

name: Publish NPM Package
on:
push:
tags:
- '*'
permissions:
id-token: write
contents: read
jobs:
package:
runs-on: ubuntu-latest
name: Publish NPM Package
steps:
- name: Cloning repo
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
registry-url: 'https://registry.npmjs.org' # required for trusted publishing
- run: npm i
- run: npm run deploy