Skip to content

Commit e6636f5

Browse files
committed
V21.9.2 - 2021-09-20
1 parent 1c0948a commit e6636f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@
6464
$repo->run('tag', ['-a', $version, '-m', "Auto generated on {$date}"]);
6565

6666
// push and publish
67-
$repo->run('push');
67+
$repo->run('push', ['--follow-tags']);

0 commit comments

Comments
 (0)