浏览代码

Fix syntax.

scossu 9 月之前
父节点
当前提交
0cf74c5f14
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/push-test-image.yml

+ 1 - 1
.github/workflows/push-test-image.yml

@@ -19,7 +19,7 @@ jobs:
           submodules: recursive
 
       - name: update version info
-        run: >
+        run: |
           git fetch --tags
           git describe --tags >| VERSION
           git rev-parse HEAD >> VERSION