Downgrading to PHP7 compatibility
Publish PHP Package / docker (push) Successful in 6s
Details
Publish PHP Package / docker (push) Successful in 6s
Details
This commit is contained in:
parent
3a6aed2d29
commit
9cbde9a855
|
@ -44,7 +44,7 @@ function git_rev_from_commit_message(string $message) : string
|
|||
return $commit_hash;
|
||||
}
|
||||
|
||||
function get_git_last_remote_tag(string $repo) : string|bool
|
||||
function get_git_last_remote_tag(string $repo) : mixed
|
||||
{
|
||||
$remote_tags = [];
|
||||
git_do($repo, 'ls-remote --tags origin', $output, false);
|
||||
|
|
Loading…
Reference in New Issue