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 fdf6bef commit fff378cCopy full SHA for fff378c
1 file changed
.github/workflows/release.yml
@@ -9,6 +9,11 @@ on:
9
options:
10
- preview
11
- latest
12
+ dry-run:
13
+ description: Should only preview operations instead of actually executing them
14
+ type: boolean
15
+ required: false
16
+ default: true
17
publish-only:
18
description: Should run only publish command
19
type: boolean
@@ -18,17 +23,12 @@ on:
23
description: Should run only version and changelog and skip publishing
24
20
25
required: false
21
- default: true
26
+ default: false
22
27
github-release:
28
description: Should create Github release (doing so will require pushing changes)
29
30
31
default: true
- dry-run:
- description: Should only preview operations instead of actually executing them
- type: boolean
- required: false
- default: false
32
33
env:
34
TERM: xterm-256color
0 commit comments