Skip to content

Commit

Permalink
add workflow_dispatch to npm-publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mnholtz committed Sep 20, 2023
1 parent 007a829 commit 1c50b0e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: Publish Package to npmjs
on:
release:
types: [published]
workflow_dispatch:
inputs:
version:
description: "Version accepted by `npm version *`"
required: true
env:
EM_VERSION: 1.39.14
jobs:
Expand Down

0 comments on commit 1c50b0e

Please sign in to comment.