Skip to content

Commit dfe9bfe

Browse files
swtwskAndrzej Swatowski
andauthored
Fix CI/CD for prepare release (#3)
Co-authored-by: Andrzej Swatowski <andrzej.swatowski@getindata.com>
1 parent 6f1829b commit dfe9bfe

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/prepare_release_branch.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ on:
44
workflow_dispatch:
55
inputs:
66
version_part:
7-
description: The part of the version to update (patch, minor or major)
7+
description: The part of the version to update (Patch, Minor or Major)
88
required: true
9+
type: choice
910
options:
1011
- Patch
1112
- Minor
@@ -53,5 +54,5 @@ jobs:
5354
run: |
5455
git checkout main
5556
mvn validate -D 'bump${{ github.event.inputs.version_part }}' -DgenerateBackupPoms=false
56-
git commit -m "Bump development version to $(mvn -B help:evaluate -Dexpression=project.version -q -DforceStdout)"
57+
git commit -am "Bump development version to $(mvn -B help:evaluate -Dexpression=project.version -q -DforceStdout)"
5758
git push origin main

0 commit comments

Comments
 (0)