Skip to content

Commit

Permalink
Fix dumb ruby mistake: it's nil, not null
Browse files Browse the repository at this point in the history
  • Loading branch information
Theodore Dubois committed Nov 12, 2020
1 parent fccbd47 commit 1e8f71b
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: null, # the tag better exist
commitish: nil, # the tag better exist
name: "Build #{build_number}",
description: changelog,
upload_assets: ['iSH.ipa'],
Expand Down

0 comments on commit 1e8f71b

Please sign in to comment.