We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e151fba commit e4ad2b3Copy full SHA for e4ad2b3
.github/workflows/release.yml
@@ -57,7 +57,7 @@ jobs:
57
tag: ${{ env.RELEASE_VERSION_TAG }}
58
- name: Validate tag match current version
59
run: |
60
- if [ "$(mvn -q help:evaluate -Dexpression=project.version -DforceStdout)" != "${{ env.RELEASE_VERSION }}" ]; then
+ if [ "$(./mvnw -q help:evaluate -Dexpression=project.version -DforceStdout)" != "${{ env.RELEASE_VERSION }}" ]; then
61
echo "Tag should match pom.xml project.version"
62
exit 1
63
fi
0 commit comments