Update .gitea/workflows/publish-nuget.yml
This commit is contained in:
@@ -6,6 +6,13 @@ on:
|
||||
push:
|
||||
tags:
|
||||
- 'v*'
|
||||
workflow_dispatch:
|
||||
# Optional: you can add inputs here to prompt for values when manually triggering
|
||||
inputs:
|
||||
logLevel:
|
||||
description: 'Log level'
|
||||
required: true
|
||||
default: 'warning'
|
||||
|
||||
jobs:
|
||||
checkout-code:
|
||||
|
||||
Reference in New Issue
Block a user