chore: add workflow-dispatch
This commit is contained in:
parent
3aa888b14e
commit
d6f60ce464
15
.github/workflows/release.yaml
vendored
15
.github/workflows/release.yaml
vendored
|
@ -1,4 +1,19 @@
|
|||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
logLevel:
|
||||
description: 'Log level'
|
||||
required: true
|
||||
default: 'warning'
|
||||
type: choice
|
||||
options:
|
||||
- info
|
||||
- warning
|
||||
- debug
|
||||
tags:
|
||||
description: 'Tags'
|
||||
required: false
|
||||
type: boolean
|
||||
release:
|
||||
types: [created]
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user