Skip to content

Commit bbf147d

Browse files
allow manually running npm-publish workflow
1 parent 004e527 commit bbf147d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ name: Publish NPM on Release
66
on:
77
release:
88
types: [published]
9+
workflow_dispatch:
10+
911

1012
permissions:
1113
id-token: write # Required for OIDC

0 commit comments

Comments
 (0)