Browse Source

Fix syntax.

scossu 9 tháng trước cách đây
mục cha
commit
0cf74c5f14
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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