Skip to content

0.2.3

0.2.3 #6

Workflow file for this run

name: publish to npm
on:
push:
tags:
- 'v*.*.*'
jobs:
node-publish:
uses: fluidware-team/.github/.github/workflows/node-publish.yml@v1
secrets:
npm_token: ${{ secrets.NPM_TOKEN }}