fix: update api_key duration #18

Merged
malo merged 1 commits from feat/prepare-android-pipeline-for-rc into main 2023-06-22 09:01:49 +00:00
Showing only changes of commit 522a0a0bf9 - Show all commits

View File

@ -62,7 +62,7 @@ module Fastlane
key_id: creds['apple_key_id'].to_s, key_id: creds['apple_key_id'].to_s,
issuer_id: creds['apple_issuer_id'].to_s, issuer_id: creds['apple_issuer_id'].to_s,
key_content: creds['apple_key_content'].to_s, key_content: creds['apple_key_content'].to_s,
duration: 1200, duration: 500,
in_house: false in_house: false
) )
UI.message("👉🏼 API Key formated") UI.message("👉🏼 API Key formated")
@ -79,7 +79,7 @@ module Fastlane
# Increment build number for latest TestFlight build # Increment build number for latest TestFlight build
other_action.increment_build_number( other_action.increment_build_number(
build_number: last_testflight_build_number + 1, build_number: last_testflight_build_number,
xcodeproj: "Runner.xcodeproj" xcodeproj: "Runner.xcodeproj"
) )
UI.message("👉🏼 Build number incremented") UI.message("👉🏼 Build number incremented")