We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d68718f commit d6e9aaeCopy full SHA for d6e9aae
.github/workflows/release.yml
@@ -4,12 +4,12 @@ on:
4
workflow_dispatch:
5
inputs:
6
dry-run:
7
- description: "Only create an archive containing the release instead of publishing it on GitHub"
+ description: "Dry run: only create an archive containing the release instead of publishing it on GitHub"
8
type: boolean
9
required: false
10
default: false
11
force:
12
- description: "Allow overwriting an existing release, or making a release with an incorrect date"
+ description: "Force: allow overwriting an existing release, or making a release with an incorrect date"
13
14
15
0 commit comments