Skip to content

Publish to NPM

Publish to NPM #860

Workflow file for this run

name: Publish to NPM
on: workflow_dispatch
jobs:
release:
uses: ./.github/workflows/call-npm-publish.yml
with:
ref: main
dry-run: false
channel: latest
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}