Skip to content

Commit 704ba73

Browse files
authored
Change publish option type to boolean in build.yml
1 parent 487a1f5 commit 704ba73

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@ on:
88
description: 'Publish Nuget ?'
99
required: true
1010
default: 'false'
11-
type: choice
12-
options:
13-
- 'true'
14-
- 'false'
11+
type: boolean
1512

1613
jobs:
1714
build:

0 commit comments

Comments
 (0)