瀏覽代碼

skip/fix pipeline outputs

Rustam Gimadiev 4 年之前
父節點
當前提交
6355bf3d69
共有 1 個文件被更改,包括 1 次插入0 次删除
  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
 #################
 #               #