From 12665f1e2ef01be8340682f689e73105ae1b5fc9 Mon Sep 17 00:00:00 2001 From: alemuntoni Date: Tue, 26 May 2020 15:03:43 +0200 Subject: [PATCH] restore chrono compile and release --- .github/workflows/CompileAndRelease.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CompileAndRelease.yml b/.github/workflows/CompileAndRelease.yml index 1b4697289..1ee6275df 100755 --- a/.github/workflows/CompileAndRelease.yml +++ b/.github/workflows/CompileAndRelease.yml @@ -1,9 +1,9 @@ name: CompileAndRelease on: - [push, pull_request] #just for test release scripts - #schedule: - # - cron: '0 0 1 * *' #every first day of the month at midnight + #[push, pull_request] #just for test release scripts + schedule: + - cron: '0 0 1 * *' #every first day of the month at midnight jobs: update_ml_version: @@ -31,7 +31,7 @@ jobs: - name: Update Snap file run: | sed "s%MESHLAB_VERSION%$(cat ML_VERSION)%g" install/linux/snap/snap_noversion.yaml > install/linux/snap/snapcraft.yaml - - name: commit ML_VERSION and Info.plist change + - name: commit ML_VERSION, snapcraft.yaml and Info.plist change uses: stefanzweifel/git-auto-commit-action@v4.1.1 with: commit_message: Apply automatic ML_VERSION, snapcraft.yaml and Info.plist change