Skip to content

chore: Bump packages to 9.3.2 (#343) #37

chore: Bump packages to 9.3.2 (#343)

chore: Bump packages to 9.3.2 (#343) #37

Workflow file for this run

name: Publish NPM Package
on:
push:
tags:
- '*'
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: '18.x'
registry-url: 'https://registry.npmjs.org'
- run: npm i
- run: npm run deploy
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}