Add workflow_dispatch and published trigger to publish workflow
All checks were successful
Build and Test / build (20.x) (push) Successful in 13s
Build and Test / build (18.x) (push) Successful in 13s
Build and Test / build (16.x) (push) Successful in 16s

This commit is contained in:
2026-03-17 11:06:53 -04:00
parent 18457fd270
commit 14ac869ed6

View File

@@ -2,7 +2,8 @@ name: Publish to NPM Registry
on:
release:
types: [created]
types: [created, published]
workflow_dispatch:
jobs:
publish: