summaryrefslogtreecommitdiff
path: root/fastlane/Fastfile
diff options
context:
space:
mode:
Diffstat (limited to 'fastlane/Fastfile')
-rw-r--r--fastlane/Fastfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/fastlane/Fastfile b/fastlane/Fastfile
index 083d65059..523a1334c 100644
--- a/fastlane/Fastfile
+++ b/fastlane/Fastfile
@@ -37,7 +37,7 @@ platform :android do
build_type: 'Release'
)
isOnMasterBranch = currentBranch() == "master"
- if !isOnMasterBranch
+ if isOnMasterBranch
upload_to_play_store( track: 'beta',
json_key: 'key.json',
apk: 'navit/android/build/outputs/apk/release/android-release.apk',