chore(release): temporarily disable inline do-release call
All checks were successful
Push Validation / coverage-badge (push) Successful in 1m10s
Push Validation / recommend-release (push) Successful in 26s

Disable the publish job in prepare-release to validate that tag push triggers do-release automatically via workflow trigger path.
This commit is contained in:
Micheal Wilkinson
2026-03-21 16:19:22 +00:00
parent d5170b6874
commit 511110f466

View File

@@ -135,7 +135,7 @@ jobs:
echo "## Release Prepared" echo "## Release Prepared"
echo echo
echo "- Tag pushed: ${tag}" echo "- Tag pushed: ${tag}"
echo "- Calling Do Release workflow for ${tag}." echo "- Do Release should trigger automatically from tag push for ${tag}."
} >> "$SUMMARY_FILE" } >> "$SUMMARY_FILE"
- name: Summary - name: Summary
@@ -153,6 +153,7 @@ jobs:
fi fi
publish: publish:
if: ${{ false }} # Temporary: disable direct call to validate tag-triggered do-release path.
needs: prepare needs: prepare
uses: ./.gitea/workflows/do-release.yml uses: ./.gitea/workflows/do-release.yml
with: with: