restore chrono compile and release

This commit is contained in:
alemuntoni 2020-05-26 15:03:43 +02:00
parent 86b014c89f
commit 12665f1e2e

View File

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