mirror of
https://github.com/tiennm99/coolify.git
synced 2026-05-13 14:58:14 +00:00
refactor(workflows): replace jq with PHP script for version retrieval in workflows
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
// To prevent github actions from failing
|
||||
function env()
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
$version = include 'config/constants.php';
|
||||
echo $version['coolify']['realtime_version'] ?: 'unknown';
|
||||
Reference in New Issue
Block a user