From d5a568b83a640bebd7a4fc8a9359fe6f31c56742 Mon Sep 17 00:00:00 2001 From: Theodore Dubois Date: Sun, 25 Oct 2020 20:17:34 -0700 Subject: [PATCH] Attempt to make Fastlane better at uploading GitHub releases --- fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 49f43a1aff..51098587c3 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -27,7 +27,7 @@ lane :beta do set_github_release( repository_name: 'ish-app/ish', tag_name: tag, - commitish: "00000000", # the tag better exist + commitish: null, # the tag better exist name: "Build #{build_number}", description: changelog, upload_assets: ['iSH.ipa'],