Skip to content

Instantly share code, notes, and snippets.

@mariia-cherniuk
Created September 12, 2020 18:39
Show Gist options
  • Save mariia-cherniuk/4e0089ba9ebe698f42ecf6bea3972de1 to your computer and use it in GitHub Desktop.
Save mariia-cherniuk/4e0089ba9ebe698f42ecf6bea3972de1 to your computer and use it in GitHub Desktop.
deploy-appstore:
only:
refs:
- develop
needs: [minor-version-bump]
stage: deploy-appstore
tags: [osx]
when: manual
allow_failure: false
script:
- bundle exec fastlane release_to_users
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment