Skip to content

Commit 806ab7c

Browse files
committed
🐛 fix: change skip_waiting_for_build_processing to false in Fastfile
1 parent 3c5f5f1 commit 806ab7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SNUTT/fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ platform :ios do
225225
else
226226
upload_to_testflight(
227227
api_key: api_key,
228-
skip_waiting_for_build_processing: true
228+
skip_waiting_for_build_processing: false
229229
)
230230
end
231231

0 commit comments

Comments
 (0)