We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1da005c + 35e1e60 commit f33ea43Copy full SHA for f33ea43
1 file changed
.github/workflows/release.yml
@@ -8,8 +8,9 @@ on:
8
inputs:
9
test-run:
10
description: 'DryRun: Run the workflow without publishing step'
11
- default: 'true'
+ default: true
12
required: false
13
+ type: boolean
14
15
jobs:
16
build:
0 commit comments