Skip to content

Commit 5070198

Browse files
Merge pull request #35 from bcgsc/bugfix/fix-npm-publish-gh-action-triggers
Fix npm publish GH action triggers
2 parents 75a869a + 9939bac commit 5070198

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ name: Node.js Package
55

66
on:
77
release:
8-
types: [created]
8+
types: [published]
9+
workflow_dispatch:
910

1011
jobs:
1112
build:

0 commit comments

Comments
 (0)