Skip to content

Commit d5c273f

Browse files
authored
Indicate dry_run to be of type boolean
This is so it gets rendered as a checkbox. We'll default it to `true` to avoid accidental releases.
1 parent 0494c06 commit d5c273f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ on:
55
workflow_dispatch:
66
inputs:
77
dry_run:
8-
description: Whether this is a dry run or not ("false" to deploy)
8+
description: Whether this is a dry run or not
99
required: true
10-
type: string
10+
default: true
11+
type: boolean
1112

1213
env:
1314
SILK_ASSET_GROUP: mongodb-ruby-driver

0 commit comments

Comments
 (0)