We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d748ca2 commit 45dcd10Copy full SHA for 45dcd10
1 file changed
.github/workflows/publish.yml
@@ -1,6 +1,12 @@
1
name: Publish to NPM
2
3
on:
4
+ workflow_dispatch:
5
+ inputs:
6
+ logLevel:
7
+ description: 'Log level'
8
+ required: true
9
+ default: 'warning'
10
release:
11
types: [created]
12
0 commit comments