episode: Gitea Actions: use API for tag creation instead of git push

This commit is contained in:
Cal Corum 2026-02-17 17:21:30 -06:00
parent bcf3da4a94
commit 08b98b2ccd

View File

@ -143,3 +143,9 @@ error:
- ci: use Gitea API for tag creation instead of git push
Files edited (1):
-
## 17:21 - Gitea Actions: use API for tag creation instead of git push
- **Type:** solution
- **Tags:** paper-dynasty, gitea, ci-cd, actions, fix
- **Memory:** [gitea-actions-use-api-for-tag-creation-instead-of-git-push-175d7c](graph/solutions/gitea-actions-use-api-for-tag-creation-instead-of-git-push-175d7c.md)
- **Summary:** Problem: CI tag step failed with 'pre-receive hook declined' when pushing to protected main branch.