fix: auto-release Step 8 uses joomla_build.php — not universal #173

Closed
opened 2026-05-26 21:16:14 +00:00 by jmiller · 1 comment
Owner

Problem

auto-release.yml Step 8 calls joomla_build.php which is Joomla-specific. Non-Joomla repos (Dolibarr, generic, MCP) either fail or skip packaging entirely.

Solution

Replace with release_package.php which already handles all platforms via manifest.xml detection.

Files

  • .mokogitea/workflows/auto-release.yml (Step 8)
## Problem auto-release.yml Step 8 calls `joomla_build.php` which is Joomla-specific. Non-Joomla repos (Dolibarr, generic, MCP) either fail or skip packaging entirely. ## Solution Replace with `release_package.php` which already handles all platforms via manifest.xml detection. ## Files - .mokogitea/workflows/auto-release.yml (Step 8)
jmiller added the ci-cdbuild labels 2026-05-26 21:16:14 +00:00
Author
Owner

Branch created: feature/173-fix-auto-release-step-8-uses-joomla-buil

git fetch origin
git checkout feature/173-fix-auto-release-step-8-uses-joomla-buil
Branch created: [`feature/173-fix-auto-release-step-8-uses-joomla-buil`](https://git.mokoconsulting.tech/MokoConsulting/moko-platform/src/branch/feature/173-fix-auto-release-step-8-uses-joomla-buil) ```bash git fetch origin git checkout feature/173-fix-auto-release-step-8-uses-joomla-buil ```
Sign in to join this conversation.
No labels build ci-cd
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/moko-platform#173