Skip to content

Commit bc024ca

Browse files
committed
[get-maven-project-version] Echo maven project version
This will make debugging easier when needed.
1 parent acde4d8 commit bc024ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/get-maven-project-version/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ runs:
2020
run: |
2121
VERSION=$(mvn -Dexpression=project.version -q -DforceStdout -f ${{ inputs.ROOT_POM_DIRECTORY }}/pom.xml help:evaluate 2>/dev/null)
2222
echo "::set-output name=version::${VERSION}"
23+
echo "The maven project version is: ${VERSION}"
2324

0 commit comments

Comments
 (0)