Skip to content

Commit c2e27b8

Browse files
authored
Only push single tag (#4665)
1 parent ee60cae commit c2e27b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tool/create_version_tags_from_sdk.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ Usage: create_version_tags_from_sdk [--create] [--push] [--sdk-dir <path>]
168168
'origin',
169169
// Don't run any hooks before pushing.
170170
'--no-verify',
171+
'tag',
171172
'SDK-$sdkTag',
172173
], workingDirectory: Directory.current.path);
173174
if (pushResult.exitCode != 0) {

0 commit comments

Comments
 (0)