From 5e3be0c132c8c200d627f085bf98c812c4ab3246 Mon Sep 17 00:00:00 2001 From: alemuntoni Date: Fri, 3 Apr 2020 19:17:58 +0200 Subject: [PATCH] newline char removed from ML_VERSION --- .github/workflows/CompileAndRelease.yml | 2 +- ML_VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CompileAndRelease.yml b/.github/workflows/CompileAndRelease.yml index d494fdf6d..778b1a228 100755 --- a/.github/workflows/CompileAndRelease.yml +++ b/.github/workflows/CompileAndRelease.yml @@ -23,7 +23,7 @@ jobs: echo ::set-output name=date::"$(date +%Y.%m)" - name: Update MeshLab version run : | - echo ${{steps.envs.outputs.date}} > ML_VERSION + echo ${{steps.envs.outputs.date}} | tr -d '\n'> ML_VERSION - name: commit ML_VERSION change uses: stefanzweifel/git-auto-commit-action@v4.1.1 with: diff --git a/ML_VERSION b/ML_VERSION index 3a4300a0f..5173a55d9 100644 --- a/ML_VERSION +++ b/ML_VERSION @@ -1 +1 @@ -2020.04 +2020.04 \ No newline at end of file