We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97bbc4d commit ae2e963Copy full SHA for ae2e963
.github/workflows/publish-crates.yml
@@ -10,7 +10,7 @@ on:
10
description: 'The version of the crate to publish'
11
required: true
12
dry-run:
13
- description: 'If true, perform all steps except the actual publish'
+ description: 'If true, run publish in dry-run mode'
14
required: false
15
default: 'false'
16
type: boolean
0 commit comments