Skip to content

Commit 259cf14

Browse files
committed
Tiny fix
1 parent 54818c0 commit 259cf14

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

scripts/release.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,5 @@ function showHelp() {
8989
exec('git add -A');
9090
exec('git commit -m ' . escapeshellarg($options['message']));
9191
exec('git push');
92-
exec('git push origin ' . escapeshellarg("v$newVersion"));
9392

9493
echo "Successfully released version $newVersion\n";

0 commit comments

Comments
 (0)