Skip to content

Commit fff378c

Browse files
committed
ci(release): Change inputs default values for release workflow
1 parent fdf6bef commit fff378c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ on:
99
options:
1010
- preview
1111
- latest
12+
dry-run:
13+
description: Should only preview operations instead of actually executing them
14+
type: boolean
15+
required: false
16+
default: true
1217
publish-only:
1318
description: Should run only publish command
1419
type: boolean
@@ -18,17 +23,12 @@ on:
1823
description: Should run only version and changelog and skip publishing
1924
type: boolean
2025
required: false
21-
default: true
26+
default: false
2227
github-release:
2328
description: Should create Github release (doing so will require pushing changes)
2429
type: boolean
2530
required: false
2631
default: true
27-
dry-run:
28-
description: Should only preview operations instead of actually executing them
29-
type: boolean
30-
required: false
31-
default: false
3232

3333
env:
3434
TERM: xterm-256color

0 commit comments

Comments
 (0)