AddonPack/.gitea/workflows
Florian Berthold 9154d56750 fix(pack): valid manifest YAML, stable-release picker, tolerant asset re-upload
- manifest: single-quote the coa-template note - nested double quotes
  made the scalar invalid YAML (awk include-parser unaffected; it only
  reads repo:/include: lines)
- build_pack: releases?limit=1 could hand back a prerelease/draft;
  fetch limit=10 and jq-select the first stable release
- release.yml: re-running for an existing tag 409'd on duplicate asset
  names and set -euo pipefail killed the job; skip already-attached
  assets / warn on failed uploads and only fail when the release ends
  up with zero assets
2026-06-10 02:17:21 +02:00
..
release.yml fix(pack): valid manifest YAML, stable-release picker, tolerant asset re-upload 2026-06-10 02:17:21 +02:00