We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c0948a commit e6636f5Copy full SHA for e6636f5
update.php
@@ -64,4 +64,4 @@
64
$repo->run('tag', ['-a', $version, '-m', "Auto generated on {$date}"]);
65
66
// push and publish
67
-$repo->run('push');
+$repo->run('push', ['--follow-tags']);
0 commit comments