Explorar o código

skip/fix pipeline outputs

Rustam Gimadiev %!s(int64=4) %!d(string=hai) anos
pai
achega
6355bf3d69
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      .github/workflows/latest.yaml

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

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