Skip to content

Commit bba92f5

Browse files
committed
make sure test defaults are strings
1 parent 7c546d7 commit bba92f5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-release-candidate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ on:
1212
version:
1313
description: "Release version (e.g. 1.4.0)"
1414
# required: true
15-
default: 1.4.0
15+
default: "1.4.0"
1616
rc:
1717
description: "RC number (e.g. rc.1)"
1818
# required: true
19-
default: rc.1
19+
default: "rc.1"
2020
dry_run:
2121
description: "If true, skip pushing images and creating release"
2222
type: boolean

0 commit comments

Comments
 (0)