Skip to content

Commit e4ad2b3

Browse files
committed
ci: use maven wrapper instead of direct maven
Signed-off-by: Adrien Mannocci <[email protected]>
1 parent e151fba commit e4ad2b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
tag: ${{ env.RELEASE_VERSION_TAG }}
5858
- name: Validate tag match current version
5959
run: |
60-
if [ "$(mvn -q help:evaluate -Dexpression=project.version -DforceStdout)" != "${{ env.RELEASE_VERSION }}" ]; then
60+
if [ "$(./mvnw -q help:evaluate -Dexpression=project.version -DforceStdout)" != "${{ env.RELEASE_VERSION }}" ]; then
6161
echo "Tag should match pom.xml project.version"
6262
exit 1
6363
fi

0 commit comments

Comments
 (0)