Skip to content

add ci check for windows executable #56

add ci check for windows executable

add ci check for windows executable #56

Workflow file for this run

name: Publish NPM Package
on:
release:
types: [published]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: tatethurston/github-actions/publish
with:
npm_token: ${{ secrets.NPM_TOKEN }}