Skip to content

Commit

Permalink
Use team name instead of team ID for deliver (#519)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinswart authored Dec 7, 2018
1 parent 22b6389 commit f3f2674
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 @@ -128,7 +128,7 @@ platform :ios do
app_identifier: ENV["ITUNES_APP_IDENTIFIER"],
app: ENV["ITUNES_APP_ID"],
ipa: "./output/gym/Kickstarter.ipa",
team_id: ENV["ITUNES_TEAM_ID"],
team_name: ENV["ITUNES_TEAM_NAME"],
skip_screenshots: true,
skip_metadata: true
)
Expand Down

0 comments on commit f3f2674

Please sign in to comment.