Update .forgejo/workflows/release.yml
Some checks failed
Release / release (push) Failing after 3m18s

This commit is contained in:
root 2025-06-26 11:14:55 +01:00
parent a8cf628dc8
commit ee1032a6b6

View file

@ -100,6 +100,7 @@ jobs:
TAG_OBJECT=$(curl -H "Authorization: token $TOKEN" \
"$API_BASE/repos/$REPO_OWNER/$REPO_NAME/git/$TAG_OBJECT_TYPE/$TAG_OBJECT_SHA")
echo "TAG_OBJECT is: $TAG_OBJECT"
echo "Read"
if echo "$TAG_OBJECT" | jq -e 'type == "array"' >/dev/null; then
echo "TAG_OBJECT is an array"