Npm Publication fixes.

This commit is contained in:
Dan 2022-06-09 13:03:56 -04:00
parent 175b24897b
commit f8bf463a8a
1 changed files with 2 additions and 1 deletions

View File

@ -1,9 +1,10 @@
name: Publish NPM
# On release, run tests and deploy to NPM
# On a published release, run tests and deploy to NPM
on:
workflow_dispatch:
release:
types: [published]
# Job Setup
jobs: