Merge pull request #4399 from coollabsio/next

fix: prod github action
This commit is contained in:
Andras Bacsai 2024-11-26 10:54:42 +01:00 committed by GitHub
commit cb4e78bce1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,10 @@
<?php
// To prevent github actions from failing
function env()
{
return null;
}
$version = include 'config/constants.php';
echo $version['coolify']['version'] ?: 'unknown';