fix: Use Gitea API for CI tag creation #12

Merged
cal merged 1 commits from fix/ci-tag-release-api into main 2026-02-17 23:28:53 +00:00

1 Commits

Author SHA1 Message Date
Cal Corum
5745a2334a fix: use Gitea API for tag creation to avoid branch protection failures
All checks were successful
Build Docker Image / build (pull_request) Successful in 1m10s
The git push approach fails on protected main branches. Switch to the
Gitea REST API (POST /repos/{repo}/tags) matching the fix already
applied to Paper Dynasty's workflow.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 17:27:17 -06:00