Last active
September 23, 2020 19:21
-
-
Save mariia-cherniuk/3ea835d905b66274a73a94426c4057da to your computer and use it in GitHub Desktop.
This file contains hidden or 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
publish-jira-release: | |
only: | |
refs: | |
- develop | |
needs: [submit-appstore] | |
stage: publish-artifacts | |
tags: [osx] | |
allow_failure: false | |
script: | |
- bundle exec fastlane publish_jira_release | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment