fix: look up existing release by tag instead of creating a new one #6

Merged
unkinben merged 1 commits from fix/release-pipeline into master 2026-03-26 13:17:25 +11:00

1 Commits

Author SHA1 Message Date
unkinben 51256ae94d fix: look up existing release by tag instead of creating a new one
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/unit-tests Pipeline was successful
tea creates the release before the pipeline runs; POST was failing with
conflict, leaving RELEASE_ID empty and skipping the asset upload.
Now GETs the release by tag, PATCHes its body, then uploads the binary.

💘 Generated with Crush

Assisted-by: Claude Sonnet 4.6 via Crush <crush@charm.land>
2026-03-26 13:14:16 +11:00