newline char removed from ML_VERSION

This commit is contained in:
alemuntoni 2020-04-03 19:17:58 +02:00
parent e56ff3a4ae
commit 5e3be0c132
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -1 +1 @@
2020.04
2020.04