Skip to content

Commit

Permalink
Attempt to make Fastlane better at uploading GitHub releases
Browse files Browse the repository at this point in the history
  • Loading branch information
tbodt committed Oct 26, 2020
1 parent 8689139 commit d5a568b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit d5a568b

Please sign in to comment.