Skip to content

0.5.0

0.5.0 #11

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