Fix nuget workflow yaml

This commit is contained in:
mio
2025-02-13 23:42:21 +08:00
parent 3e99b859a8
commit 7fd2aa47d4

View File

@@ -12,16 +12,16 @@ on:
- "AUTHORS.TXT" - "AUTHORS.TXT"
- "CHANGELOG" - "CHANGELOG"
- "COPYING" - "COPYING"
workflow_dispatch: workflow_dispatch:
inputs: inputs:
forceRelease: forceRelease:
description: 'Force release' description: 'Force release'
required: false required: false
default: '' default: ''
type: choice type: choice
options: options:
- '0' - '0'
- '1' - '1'
permissions: permissions:
packages: write packages: write