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 d07de97 commit 376436aCopy full SHA for 376436a
.github/workflows/build.yml
@@ -33,7 +33,7 @@ jobs:
33
id: setversion
34
run: |
35
v=$(mvn help:evaluate "-Dexpression=project.version" -q -DforceStdout)
36
- echo "::set-env name=BUILD_VERSION::${v}"
+ echo "BUILD_VERSION=${v}" >> $GITHUB_ENV
37
echo "::set-output name=version::${v}"
38
- name: Build and Test
39
run: mvn -B install
0 commit comments