Skip to content

Commit c040e36

Browse files
authored
chore: semver choice input
1 parent e9d92b2 commit c040e36

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,14 @@ on:
44
workflow_dispatch:
55
inputs:
66
semver:
7-
description: 'The semver to use'
7+
description: "The semver to use"
88
required: true
9-
default: 'patch'
9+
default: "patch"
10+
type: choice
11+
options:
12+
- patch
13+
- minor
14+
- major
1015
pull_request:
1116
types: [closed]
1217

0 commit comments

Comments
 (0)