Change play store publish to weekly (#1087)

Also fix commit check, I'm really bad with bash apparently...
This commit is contained in:
Justin Bassett 2020-10-21 08:44:04 -04:00 committed by GitHub
parent 3a3577d3ca
commit 644d9aa06a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +1,9 @@
name: Nightly Playstore Beta
name: Weekly Playstore Beta
on:
workflow_dispatch:
schedule:
- cron: '0 4 * * *'
- cron: '0 4 * * 0'
jobs:
play_publish:
name: Play Publish
@ -55,7 +55,7 @@ jobs:
- name: Check for build need
run: |
commits = git log --since="24 hours ago" --oneline | wc -l
commits=$(git log --since="24 hours ago" --oneline | wc -l)
echo "commits=$commits >> $GITHUB_ENV
- name: Deploy to Playstore Beta