Skip to content

Commit

Permalink
Code optimization [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Mar 22, 2024
1 parent e912213 commit a576fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/publish.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

// Publishes the package.
$version = json_decode((string) file_get_contents(__DIR__."/../composer.json"))->version;
foreach (["tag", "push origin"] as $action) shell_exec("git $action v$version");
foreach (["tag", "push origin"] as $action) exec("git $action v$version");

0 comments on commit a576fa4

Please sign in to comment.