Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Only run assembleRelease on feature branches #525

Merged
merged 1 commit into from
Nov 13, 2019
Merged

Conversation

chrisbanes
Copy link
Owner

@chrisbanes chrisbanes commented Nov 13, 2019

On master we call publishRelease, which will automatically build the release variant. If we do both assembleRelease and publishRelease on master, we're running R8 twice, which is wasteful.

On master we call `publishRelease`, which will
automatically build the release variant. If we
do both `assembleRelease` and `publishRelease`
on master, we're running R8 twice, which is
wasteful.
@chrisbanes chrisbanes merged commit 9ac6135 into master Nov 13, 2019
@chrisbanes chrisbanes deleted the cb/actions-release branch November 13, 2019 02:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants