fix: Use Gitea API for tag creation instead of git push #16

Merged
cal merged 1 commits from fix/ci-tag-creation into main 2026-02-17 23:41:49 +00:00

1 Commits

Author SHA1 Message Date
Cal Corum
67f14daf7f fix: Use Gitea API for tag creation instead of git push
All checks were successful
Build Docker Image / build (pull_request) Successful in 46s
git push --tags fails on protected main branch since the runner's
token lacks push permissions. Switch to Gitea REST API call which
bypasses branch protection. Also removes unnecessary VERSION file
commit since CalVer is derived from tags.

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