fix: Use Gitea API for CI tag creation #12
No reviewers
Labels
No Label
ai-changes-requested
ai-pr-opened
ai-reviewed
ai-reviewing
ai-working
in-next-release
status/in-progress
status/pr-open
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cal/major-domo-v2#12
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/ci-tag-release-api"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
git push origin main --tagsto Gitea REST API (POST /api/v1/repos/{repo}/tags)Test plan
🤖 Generated with Claude Code
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>