Skip to content

Commit ff63f3d

Browse files
committed
Merge branch 'release/0.5.0' into develop
2 parents d96e444 + 2c2a9bf commit ff63f3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
- name: Export the project version to the job environment and fix it as an ouput of this job
3131
id: setversion
3232
run: |
33-
v=$(mvn help:evaluate "-Dexpression=project.version" -q -DforceStdout)
34-
echo "BUILD_VERSION=${v}" >> $GITHUB_ENV
33+
BUILD_VERSION=$(mvn help:evaluate "-Dexpression=project.version" -q -DforceStdout)
34+
echo "${BUILD_VERSION}" >> $GITHUB_ENV
3535
echo "::set-output name=artifactVersion::${BUILD_VERSION}"
3636
- name: Build and Test
3737
run: mvn -B install

0 commit comments

Comments
 (0)