Browse Source

skip/fix pipeline outputs

Rustam Gimadiev 4 years ago
parent
commit
6355bf3d69
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/latest.yaml

+ 1 - 0
.github/workflows/latest.yaml

@@ -24,6 +24,7 @@ jobs:
         id: build
         run: |
           export VERSION=$(mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec)
+          echo "::set-output name=version::${VERSION}"
           mvn clean package -Pprod -DskipTests
 #################
 #               #