(qol): format codebase
All checks were successful
/ deploy (push) Successful in 16m18s

This commit is contained in:
Alois 2026-05-02 23:34:35 +02:00
commit f4875f5246

View file

@ -62,7 +62,7 @@ jobs:
find releases -type f | grep -q .
HTTP_STATUS=$(curl -s -w "%{http_code}" -o release_out.json -H "Authorization: token $TOKEN" "$API/repos/$REPO/releases/tags/$TAG")
if [ "$HTTP_STATUS" = "200" ]; then
echo "Release $TAG already exists."
RELEASE_ID="$(jq -r .id release_out.json)"