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"
|
- "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
|
||||||
|
|||||||
Reference in New Issue
Block a user