fix: auto-release Step 9 mirror uses inline bash instead of release_mirror.php #175

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

Problem

auto-release.yml Step 9 (40 lines) mirrors releases to GitHub via inline bash. release_mirror.php CLI tool already exists.

Solution

Replace with release_mirror.php call.

Files

  • .mokogitea/workflows/auto-release.yml (Step 9)
## Problem auto-release.yml Step 9 (40 lines) mirrors releases to GitHub via inline bash. `release_mirror.php` CLI tool already exists. ## Solution Replace with release_mirror.php call. ## Files - .mokogitea/workflows/auto-release.yml (Step 9)
jmiller added the ci-cdbuild labels 2026-05-26 21:16:14 +00:00
Author
Owner

Branch created: feature/175-fix-auto-release-step-9-mirror-uses-inli

git fetch origin
git checkout feature/175-fix-auto-release-step-9-mirror-uses-inli
Branch created: [`feature/175-fix-auto-release-step-9-mirror-uses-inli`](https://git.mokoconsulting.tech/MokoConsulting/moko-platform/src/branch/feature/175-fix-auto-release-step-9-mirror-uses-inli) ```bash git fetch origin git checkout feature/175-fix-auto-release-step-9-mirror-uses-inli ```
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#175