Update .gitea/workflows/publish-nuget.yml

This commit is contained in:
2025-12-31 11:16:09 +00:00
parent c13832dd61
commit 5a487e6ef3

View File

@@ -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: