Skip to content

Commit

Permalink
fix(ci): add missing |options| into Fastlane config
Browse files Browse the repository at this point in the history
  • Loading branch information
vareversat committed Feb 3, 2024
1 parent afd740b commit da02b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ platform :android do
end

desc "Upload to Play Store : Promote track"
lane :track_promotion do
lane :track_promotion do |options|
upload_to_play_store(
track: options[:origin_track],
track_promote_to: options[:destination_track]
Expand Down

0 comments on commit da02b69

Please sign in to comment.