We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 426c013 commit eac09cbCopy full SHA for eac09cb
tool/publish.dart
@@ -30,6 +30,7 @@ Future<int> main(List<String> args) async {
30
print(' * Publish to pub');
31
print(' * Tag with changelog message');
32
print(' * Push tag to origin');
33
+ return 0;
34
}
35
// Find package
36
final package = args.first;
0 commit comments