Skip to content

v0.0.4

v0.0.4 #10

Workflow file for this run

# This workflow will run tests using node and then publish a package to npmjs.com Packages when a release is created
# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages
name: Node.js Package
on:
release:
types: [created]
push:
jobs:
build:
uses: jamesmortensen/npm-publish-workflow/.github/workflows/npm-publish-workflow.yml@main
secrets:
npm_token: ${{ secrets.npm_token }}