Fix nuget workflow yaml
This commit is contained in:
20
.github/workflows/Nuget-publishing.yml
vendored
20
.github/workflows/Nuget-publishing.yml
vendored
@@ -12,16 +12,16 @@ on:
|
||||
- "AUTHORS.TXT"
|
||||
- "CHANGELOG"
|
||||
- "COPYING"
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
forceRelease:
|
||||
description: 'Force release'
|
||||
required: false
|
||||
default: ''
|
||||
type: choice
|
||||
options:
|
||||
- '0'
|
||||
- '1'
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
forceRelease:
|
||||
description: 'Force release'
|
||||
required: false
|
||||
default: ''
|
||||
type: choice
|
||||
options:
|
||||
- '0'
|
||||
- '1'
|
||||
|
||||
permissions:
|
||||
packages: write
|
||||
|
||||
Reference in New Issue
Block a user