Skip to content

Commit bf92a7e

Browse files
committed
don't publish via grinder, just preflight
1 parent 04663af commit bf92a7e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tool/grind.dart

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,9 @@ observe() async {
7272
'--profile bin/dartdoc.dart --output ${docsDir.path}');
7373
}
7474

75-
@Task('publish to pub.dartlang')
75+
@Task('Preflight checks to publish to pub.dartlang')
7676
@Depends(checkChangelogHasVersion, checkVersionMatches)
77-
publish() async {
78-
return run('pub', arguments: ['publish']);
79-
}
77+
publishPreflight() {}
8078

8179
@Task('Checks that version is matched in relevant places')
8280
checkVersionMatches() async {

0 commit comments

Comments
 (0)