From 0eb1e22770a741e3e0600a7467fefce100606538 Mon Sep 17 00:00:00 2001 From: jkoan Date: Wed, 15 Jun 2022 17:54:49 +0200 Subject: fix:build:android:Add temporary Workaround to not fail the build --- fastlane/Fastfile | 1 + 1 file changed, 1 insertion(+) (limited to 'fastlane') diff --git a/fastlane/Fastfile b/fastlane/Fastfile index edb4fd4f7..fd4044762 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -37,6 +37,7 @@ platform :android do build_type: 'Release' ) isOnMasterBranch = currentBranch() == "master" + isOnMasterBranch = false # Workarount do not push to google as its curently broken if isOnMasterBranch upload_to_play_store( track: 'beta', json_key: 'key.json', -- cgit v1.2.1