Skip to content

Commit

Permalink
test: env
Browse files Browse the repository at this point in the history
  • Loading branch information
Heonbyeong committed Aug 1, 2024
1 parent 7f6df96 commit 04f9b04
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 @@ -88,7 +88,7 @@ platform :android do
# increment_code

latest_release = firebase_app_distribution_get_latest_release(
service_credentials_file: ENV["FIREBASE_CREDENTIALS"],
service_credentials_file: "#{ENV["FIREBASE_CREDENTIALS"]}",
app: "#{ENV["APP_ID"]}"
)
release_note = "머니몽 Android TB [#{latest_release[:displayVersion]} (#{latest_release[:buildVersion]})]"
Expand Down

0 comments on commit 04f9b04

Please sign in to comment.