diff --git a/.github/workflows/gh-hosted-eclipse-distro-build.yml b/.github/workflows/gh-hosted-eclipse-distro-build.yml index a9cdc69df..05d038f03 100644 --- a/.github/workflows/gh-hosted-eclipse-distro-build.yml +++ b/.github/workflows/gh-hosted-eclipse-distro-build.yml @@ -60,6 +60,7 @@ jobs: - name: Project Version id: project-version run: | + cd eclipse-distribution current_version=`./mvnw help:evaluate -Dexpression="project.version" -q -DforceStdout` version=${current_version%%-*} echo "version=$version" >> $GITHUB_OUTPUT