Files
Sanders b8ee8be9eb
build-apk / build (push) Successful in 13m7s
Create release tags via POST /tags — Gitea has no POST /git/refs
POST /git/refs returns 405 with an empty body on Gitea, which crashed
the tag step (json decode of ''). Use the tags API:
POST /repos/{owner}/{repo}/tags with {tag_name, target} (201), and
409 'tag already exists' is handled gracefully.
2026-08-12 01:17:31 +03:00
..