Created
June 16, 2020 15:25
-
-
Save deda9/c67bec9272d4a0630374fb7214a31d95 to your computer and use it in GitHub Desktop.
Bitrise-Example-Release
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
desc "Deploy a new version to the App Store" | |
lane :release do | |
cocoapods | |
certificates_appstore | |
gym(scheme: "Bitrise-Example") | |
deliver(skip_screenshots: true, force: true) | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment