fix(release): re-enable workflow_call publish path in prepare-release
All checks were successful
Push Validation / coverage-badge (push) Successful in 1m18s
Push Validation / recommend-release (push) Successful in 23s

Tag push events never fire on this Gitea 1.25.x instance (confirmed
across 159 workflow run history). The workflow_call path is reliable and
has worked consistently. Remove the temporary if-false guard.
This commit is contained in:
Micheal Wilkinson
2026-03-21 19:23:31 +00:00
parent 53a097784e
commit 624b9d154c

View File

@@ -153,7 +153,6 @@ jobs:
fi
publish:
if: ${{ false }} # Temporary: disable direct call to validate tag-triggered do-release path.
needs: prepare
uses: ./.gitea/workflows/do-release.yml
with: