cleanup 3

This commit is contained in:
2026-08-09 14:29:24 +02:00
parent 977f42b7be
commit 77913b292f
5 changed files with 2 additions and 25 deletions
-5
View File
@@ -66,11 +66,6 @@ jobs:
# Alle Versions-IDs abrufen, sortiert nach Erstellungsdatum (neueste zuerst)
VERSION_IDS=$(gh api \
-H "Accept: application/vnd.github+json" \
"/user/packages/maven/$PACKAGE_NAME/versions" \
--paginate \
-q 'sort_by(.created_at) | reverse | .[].id' 2>/dev/null || \
gh api \
-H "Accept: application/vnd.github+json" \
"/user/packages/container/$PACKAGE_NAME/versions" \
--paginate \