no release?
Some checks failed
Build and release release apps to production track / Get version (pull_request) Successful in 21s
Build and release release apps to production track / Build and upload ios app (pull_request) Failing after 1m21s

This commit is contained in:
Remy Moll 2025-04-28 12:48:51 +02:00
parent 35c8ef48a3
commit 531d2cde0c

View File

@ -32,7 +32,6 @@ platform :ios do
"flutter",
"build",
"ipa",
"--release",
"--build-name=#{build_name}",
"--build-number=#{build_number}",
)
@ -67,7 +66,6 @@ platform :ios do
"flutter",
"build",
"ipa",
"--release",
"--build-name=#{build_name}",
"--build-number=#{build_number}",
)