Skip to content

0.7.0

0.7.0 #15

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 }}