Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit d7285a1

Browse files
author
Chris Yang
committed
typo
1 parent b4b4b9a commit d7285a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/tool/lib/src/publish_plugin_command.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ class PublishPluginCommand extends PluginCommand {
217217
_print(
218218
'Packages failed to release: ${packagesFailed.join(', ')}, see above for details.');
219219
}
220-
return packagesFailed.isNotEmpty;
220+
return packagesFailed.isEmpty;
221221
}
222222

223223
// Publish the package to pub with `pub publish`.

0 commit comments

Comments
 (0)