Integrate Fastlane with Github Actions

This commit is contained in:
Matte23
2020-11-02 12:07:40 +01:00
parent 022a05b217
commit 21bc923c39
2 changed files with 23 additions and 4 deletions

View File

@@ -23,7 +23,9 @@ platform :android do
gradle(task: "clean assembleDebug")
changelog_from_git_commits
changelog_from_git_commits(
between: ["HEAD~1", "HEAD"]
)
firebase_app_distribution(
app: "1:455942942122:android:8036e8ee6d3f24ef150fd3",