fix(release): resolve version before publish to support workflow_call context

This commit is contained in:
Micheal Wilkinson
2026-03-21 15:40:16 +00:00
parent bef39120d3
commit cddcf99873
2 changed files with 39 additions and 15 deletions

View File

@@ -57,6 +57,7 @@ runs:
normalized="${tag#v}"
else
echo "A version input is required when the workflow is not running from a tag push" >&2
echo "Provide version via input or ensure HEAD is at a tagged commit." >&2
exit 1
fi