Skip to content

Commit fab6890

Browse files
authored
Updated publish workflow
Provide dropdown for release options
1 parent 4c9025b commit fab6890

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/publish.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@ on:
44
workflow_dispatch:
55
inputs:
66
release_type:
7-
description: 'Release Type: major, minor, patch'
7+
type: choice
8+
description: 'Release Type'
89
required: true
10+
options:
11+
- major
12+
- minor
13+
- patch
914
default: 'minor'
1015

1116
env:
@@ -288,4 +293,4 @@ jobs:
288293
draft: false
289294
files: |
290295
target/*.jar
291-
target/*.pom
296+
target/*.pom

0 commit comments

Comments
 (0)