Fix production deploy.

This commit is contained in:
Justin Bassett 2020-07-08 09:52:53 -04:00 committed by GitHub
parent a7a46787ef
commit 397641cd47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,6 +72,7 @@ jobs:
- name: Create Release Notes
run: |
mkdir -p app/src/main/play/release-notes/en-US/
previous=`git tag -l --sort=-creatordate | head -n 2 | tail -n 1`
current=`git tag -l --sort=-creatordate | head -n 1`
echo "Full release change log: https://github.com/home-assistant/android/releases/tag/${current}" > app/src/main/play/release-notes/en-US/default.txt