asd
This commit is contained in:
parent
4e0a0b0643
commit
936dea0132
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user