-
-
Notifications
You must be signed in to change notification settings - Fork 282
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
build: Google Play deploy to internal #2286
Conversation
… android-release.yml
Deploy to internal track on Google Play every night at 00:00 UTC or on manual trigger. Also renamed closed_beta in fastfile to internal to better reflect where the deployment is made.
I wonder what's the best deployment scenario. @VaiTon Do your changes still allow this mechanism? |
Hey @g123k !
If you're on the internal branch team the app would update every night, so no two versions. But I wonder if that is possible with the current configuration. How do you manage to do it? |
.github/workflows/android-release-to-org-openfoodfacts-scanner.yml
Outdated
Show resolved
Hide resolved
Run flutter analyze --fatal-infos --fatal-warnings . error • The body might complete normally, causing 'null' to be returned, but the return type, 'Widget', is a potentially non-nullable type • packages/smooth_app/lib/knowledge_panel/knowledge_panels/knowledge_panel_element_card.dart:24:10 • body_might_complete_normally 2 issues found. (ran in 29.0s) |
Fixed by #2983 |
Deploy to internal track on Google Play every night at 00:00 UTC or on manual trigger.
Also renamed
closed_beta
in fastfile tointernal
to better reflect where the deployment is made.Related to