feature/semantic-release-pipeline #6

Merged
ben merged 3 commits from feature/semantic-release-pipeline into main 2026-07-22 13:22:09 +02:00
Owner
No description provided.
Without an explicit token, actions/checkout falls back to the
ephemeral built-in Actions bot token, and the git push/tag done by
semantic-release rides on those credentials. Forgejo (like GitHub)
doesn't trigger new workflow runs for pushes made with that bot
token, so the v1.0.0 tag landed but android-build.yml's push:tags
trigger never fired. Using RELEASE_TOKEN for checkout attributes the
push to a real user identity instead.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
ben merged commit 2d317867ce into main 2026-07-22 13:22:09 +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!6
No description provided.