-
Notifications
You must be signed in to change notification settings - Fork 410
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automate github releases. #813
Conversation
.circleci/config.yml
Outdated
export_github_release_token: &export_github_release_token | ||
run: | ||
name: Export Github release key | ||
command echo 'export GITHUB_RELEASE_TOKEN="$GITHUB_RELEASE_TOKEN"' >> $BASH_ENV |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is missing a colon at the end of command
which is leading to CircleCI not building
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, you were right
Codecov Report
@@ Coverage Diff @@
## master #813 +/- ##
===========================================
- Coverage 37.63% 37.6% -0.04%
- Complexity 335 336 +1
===========================================
Files 41 41
Lines 2851 2851
Branches 528 528
===========================================
- Hits 1073 1072 -1
Misses 1643 1643
- Partials 135 136 +1
Continue to review full report at Codecov.
|
* Automate github releases. * Fix circleci variable. * Fix command.
Describe the pull request
This PR will add a step to our automated deployment that will also release the apk to Github as a new release with the same changelogs as what is being sent to the playstore.
Link to relevant issues
N/A