Skip to content

Instantly share code, notes, and snippets.

@deda9
Created June 16, 2020 15:25
Show Gist options
  • Save deda9/c67bec9272d4a0630374fb7214a31d95 to your computer and use it in GitHub Desktop.
Save deda9/c67bec9272d4a0630374fb7214a31d95 to your computer and use it in GitHub Desktop.
Bitrise-Example-Release
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