We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cbf46b commit 448ae23Copy full SHA for 448ae23
.github/workflows/gh-hosted-eclipse-distro-build.yml
@@ -60,6 +60,7 @@ jobs:
60
- name: Project Version
61
id: project-version
62
run: |
63
+ cd eclipse-distribution
64
current_version=`./mvnw help:evaluate -Dexpression="project.version" -q -DforceStdout`
65
version=${current_version%%-*}
66
echo "version=$version" >> $GITHUB_OUTPUT
0 commit comments