Browse Source

skip/fix pipeline outputs

Rustam Gimadiev 4 năm trước cách đây
mục cha
commit
6355bf3d69
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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
 #################
 #               #