Allow creating packages for master/main. (#116557)

This is to enable testing of the packaging scripts on master/main
branches.

Bug: https://github.com/flutter/flutter/issues/115489
This commit is contained in:
godofredoc 2022-12-06 11:46:07 -08:00 committed by GitHub
parent 21f3ce8b69
commit cd87e094e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,7 +54,9 @@ class PreparePackageException implements Exception {
enum Branch {
beta,
stable;
stable,
master,
main;
}
/// A helper class for classes that want to run a process, optionally have the