fix: auto-release Step 7b uses inline bash instead of release_create.php #176

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

Problem

auto-release.yml Step 7b (65 lines) creates Gitea releases via inline curl+python3. release_create.php CLI tool already exists.

Solution

Replace with release_create.php call.

Files

  • .mokogitea/workflows/auto-release.yml (Step 7b)
## Problem auto-release.yml Step 7b (65 lines) creates Gitea releases via inline curl+python3. `release_create.php` CLI tool already exists. ## Solution Replace with release_create.php call. ## Files - .mokogitea/workflows/auto-release.yml (Step 7b)
jmiller added the ci-cdbuild labels 2026-05-26 21:16:14 +00:00
Author
Owner

Branch created: feature/176-fix-auto-release-step-7b-uses-inline-bas

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