build with release scheme on pr

This commit is contained in:
Violet Caulfield
2025-02-10 11:19:29 -06:00
parent 1243286df9
commit bfde41a5f6

View File

@@ -26,7 +26,7 @@ platform :ios do
readonly: true
)
build_app(
scheme: "Jellify",
scheme: "Jellify - Release",
workspace: "Jellify.xcworkspace"
)
end