Skip to content

chore: upload assets to npm & bump version #4

chore: upload assets to npm & bump version

chore: upload assets to npm & bump version #4

Workflow file for this run

name: Publish to NPM
on:
push:
branches:
- main
workflow_dispatch:
jobs:
publish-npm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.3.x'
registry-url: https://registry.npmjs.org/
- name: Publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npm publish --access=public