Skip to content

Commit 45dcd10

Browse files
committed
Update publish.yml
1 parent d748ca2 commit 45dcd10

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: Publish to NPM
22

33
on:
4+
workflow_dispatch:
5+
inputs:
6+
logLevel:
7+
description: 'Log level'
8+
required: true
9+
default: 'warning'
410
release:
511
types: [created]
612

0 commit comments

Comments
 (0)