mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-07-25 20:36:42 -04:00
All four package workflows triggered only on branch push, so the release: jobs gated by startsWith(github.ref, 'refs/tags/') were unreachable. Branch-push runs deploy to proposed-<VERSION>; tag-push runs need to fire to populate release-<VERSION>. Add tags: [ '*' ] to the push trigger on all four workflows. Existing tags follow the bare 1.38.1 convention (no v prefix), and the DEPLOY_PREFIX/DEPLOY_TARGET derivation already handles tags via the refs/tags/* check. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>