clean up publish script to push tags
This commit is contained in:
@@ -143,4 +143,5 @@ try {
|
||||
return;
|
||||
}
|
||||
|
||||
exec("git push --follow-tags", true);
|
||||
exec("git push", true);
|
||||
exec("git push --tags", true);
|
||||
|
||||
Reference in New Issue
Block a user