Skip to content

Commit

Permalink
Add missing parameter when invoking publish_to_github
Browse files Browse the repository at this point in the history
  • Loading branch information
pietrocaselani committed Apr 30, 2019
1 parent 217eb9c commit cbd6ccb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ platform :ios do

private_lane :publish_to_github do |options|
changelog = options[:changelog]
new_build_number = options[:build_number]
full_version_name = "#{options[:version_number]} (#{new_build_number})"
tag_name = "#{options[:version_number]}-#{new_build_number}"

Expand Down

0 comments on commit cbd6ccb

Please sign in to comment.