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 19fc06f commit 8eeac8bCopy full SHA for 8eeac8b
.github/workflows/release.yml
@@ -6,8 +6,8 @@ on:
6
dry-run:
7
description: "Dry run: only create an archive containing the release instead of publishing it on GitHub"
8
type: boolean
9
- required: true
10
- default: true
+ required: false
+ default: false
11
force:
12
description: "Force: allow overwriting an existing release, or making a release with an incorrect date"
13
0 commit comments