Skip to content

Commit d31e07e

Browse files
committed
Tweak release workflow input description
1 parent ff78837 commit d31e07e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ on:
44
workflow_dispatch:
55
inputs:
66
dry-run:
7-
description: "Set to true to create an archive containing the release instead of publishing it on GitHub"
7+
description: "Only create an archive containing the release instead of publishing it on GitHub"
88
type: boolean
99
required: false
1010
default: false
1111
force:
12-
description: "Set to true to allow this action to overwrite an existing release, and to make a release with an incorrect date"
12+
description: "Allow overwriting an existing release, or making a release with an incorrect date"
1313
type: boolean
1414
required: false
1515
default: false

0 commit comments

Comments
 (0)