asd
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user