mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 00:07:24 +00:00
newline char removed from ML_VERSION
This commit is contained in:
parent
e56ff3a4ae
commit
5e3be0c132
2
.github/workflows/CompileAndRelease.yml
vendored
2
.github/workflows/CompileAndRelease.yml
vendored
@ -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:
|
||||
|
||||
@ -1 +1 @@
|
||||
2020.04
|
||||
2020.04
|
||||
Loading…
x
Reference in New Issue
Block a user