0
0
This commit is contained in:
Marco Maatz 2025-05-16 14:04:39 +02:00
parent 4e0a0b0643
commit 936dea0132

View File

@ -28,7 +28,8 @@ jobs:
fi
if echo "$tag" | jq -e '.name' != 'null'; then
tag_name=$(echo "$tag" | jq -r '.name // empty')
if [ -n "$tag_name" ]; then
echo "This Tag already exists"
exit 1
fi