fix(release): resolve version before publish to support workflow_call context
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user