We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de0c32a commit 210e9c7Copy full SHA for 210e9c7
1 file changed
fastlane/Jetpack-Fastfile
@@ -16,6 +16,8 @@ APP_IDENTIFIER = 'com.automattic.jetpack'
16
#####################################################################################
17
desc "Builds and uploads a Jetpack installable build"
18
lane :build_and_upload_jetpack_installable_build do | options |
19
+ ensure_sentry_installed
20
+
21
jetpack_alpha_code_signing
22
23
# Get the current build version, and update it if needed
0 commit comments