Skip to content

Commit eac09cb

Browse files
committed
Patch publish tool
1 parent 426c013 commit eac09cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tool/publish.dart

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Future<int> main(List<String> args) async {
3030
print(' * Publish to pub');
3131
print(' * Tag with changelog message');
3232
print(' * Push tag to origin');
33+
return 0;
3334
}
3435
// Find package
3536
final package = args.first;

0 commit comments

Comments
 (0)