Skip to content

Commit fa849b6

Browse files
committed
Fix non-existing lane call
This must have been due to rename iterations
1 parent e4af302 commit fa849b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ lane :build_and_upload_app_store do |options|
395395

396396
setup_ci
397397

398-
configure_code_signing_release
398+
configure_code_signing_app_store
399399

400400
archive_path = File.join(BUILD_FOLDER, 'Simplenote-Mac.xcarchive')
401401
build_simplenote(

0 commit comments

Comments
 (0)