Skip to content

Commit 8d2cb3f

Browse files
committed
fix: version input setting
1 parent 31114fe commit 8d2cb3f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/maven-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ name: Dbaas Release
2121
on:
2222
workflow_dispatch:
2323
inputs:
24-
version:
24+
version-type:
25+
description: 'Version type to release. Can be one of [major, minor, patch]'
2526
required: true
26-
default: ''
27+
default: 'patch'
2728
type: string
28-
description: 'Release version (e.g., 1.0.0)'
2929
java_version:
3030
required: false
3131
type: string

0 commit comments

Comments
 (0)