From 75151eae391bc46ea6082ae482430cfd2f2f44c5 Mon Sep 17 00:00:00 2001 From: Ammar Ahmed <40239442+ammarahm-ed@users.noreply.github.com> Date: Tue, 30 Jan 2024 00:25:45 +0500 Subject: [PATCH] Update ios.publish.yml Signed-off-by: Ammar Ahmed <40239442+ammarahm-ed@users.noreply.github.com> --- .github/workflows/ios.publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ios.publish.yml b/.github/workflows/ios.publish.yml index c39ce4bc9..3e9e7ff5a 100644 --- a/.github/workflows/ios.publish.yml +++ b/.github/workflows/ios.publish.yml @@ -34,7 +34,7 @@ jobs: export-options: apps/mobile/native/ios/ExportOptions.plist project-path: apps/mobile/native/ios/Notesnook.xcodeproj workspace-path: apps/mobile/native/ios/Notesnook.xcworkspace - update-targets: Notesnook, Make Note, NotesWidgetExtension + update-targets: Notesnook,Make Note,NotesWidgetExtension disable-targets: Notesnook-tvOS,Notesnook-tvOSTests,NotesnookTests code-signing-identity: Apple Distribution team-id: ${{ secrets.APPLE_TEAM_ID }}