Skip to content

Instantly share code, notes, and snippets.

@JavyMB
Created May 18, 2019 19:52
Show Gist options
  • Save JavyMB/29d615f673bf940b3903305165bed0bb to your computer and use it in GitHub Desktop.
Save JavyMB/29d615f673bf940b3903305165bed0bb to your computer and use it in GitHub Desktop.
Ship to Playstore Beta.
desc 'Ship to Playstore Beta.'
lane :beta do
build
supply(track: 'beta', track_promote_to: 'beta')
git_commit(path: ['./android/gradle.properties'], message: 'Bump versionCode')
push_to_git_remote
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment