Skip to content

Commit 448ae23

Browse files
committed
Fix failing GHA step for project version
1 parent 4cbf46b commit 448ae23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/gh-hosted-eclipse-distro-build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
- name: Project Version
6161
id: project-version
6262
run: |
63+
cd eclipse-distribution
6364
current_version=`./mvnw help:evaluate -Dexpression="project.version" -q -DforceStdout`
6465
version=${current_version%%-*}
6566
echo "version=$version" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)