feature/semantic-release-pipeline #7

Merged
ben merged 4 commits from feature/semantic-release-pipeline into main 2026-07-22 15:29:12 +02:00
Owner
No description provided.
cimg/android:2024.01 has no node on PATH, but actions/checkout is a
Node.js-based action and is the first step in this workflow. Install
Node 20 via NodeSource before checkout so it can run.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Forgejo has a known bug (forgejo/forgejo#4789) where a push trigger
is silently ignored when workflow_dispatch is also defined in the
same on: block. Confirmed empirically: pushing v0.0.0-test-trigger
never fired android-build.yml despite a correctly matching
push.tags filter, while release.yml (push-only) has fired reliably
throughout.

Splits into android-build.yml (push:tags only, for real releases)
and android-build-manual.yml (workflow_dispatch only, for ad-hoc
testing).

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
ben merged commit 8446e2ed81 into main 2026-07-22 15:29:12 +02:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
utilities/Frameify!7
No description provided.