Skip to content

Instantly share code, notes, and snippets.

@mariia-cherniuk
Created September 12, 2020 18:25
Show Gist options
  • Save mariia-cherniuk/e5a254e94b3bd49bf9494be6f699b4b7 to your computer and use it in GitHub Desktop.
Save mariia-cherniuk/e5a254e94b3bd49bf9494be6f699b4b7 to your computer and use it in GitHub Desktop.
publish-github-release:
only:
refs:
- develop
needs: [publish-jira-release, submit-appstore]
stage: publish-github-release
tags: [osx]
dependencies:
- submit-appstore
allow_failure: false
script:
- bundle exec fastlane publish_github_release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment