Skip to content

Commit 7fd2aa4

Browse files
committed
Fix nuget workflow yaml
1 parent 3e99b85 commit 7fd2aa4

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/Nuget-publishing.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ on:
1212
- "AUTHORS.TXT"
1313
- "CHANGELOG"
1414
- "COPYING"
15-
workflow_dispatch:
16-
inputs:
17-
forceRelease:
18-
description: 'Force release'
19-
required: false
20-
default: ''
21-
type: choice
22-
options:
23-
- '0'
24-
- '1'
15+
workflow_dispatch:
16+
inputs:
17+
forceRelease:
18+
description: 'Force release'
19+
required: false
20+
default: ''
21+
type: choice
22+
options:
23+
- '0'
24+
- '1'
2525

2626
permissions:
2727
packages: write

0 commit comments

Comments
 (0)