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 3765dfb commit d8f74d0Copy full SHA for d8f74d0
.github/workflows/build.yml
@@ -21,11 +21,11 @@ on:
21
default: false
22
type: boolean
23
workflowDebug:
24
- description: 'If the workflow should be debugged (skips packaging and release)'
+ description: 'If the workflow should be debugged (skips packaging and publishing)'
25
default: true
26
27
packagingDebug:
28
- description: 'If the packaging step should be debugged (skip release)'
+ description: 'If the packaging step should be debugged (skips publishing)'
29
30
31
0 commit comments