Update package version to 3.56.2

This commit is contained in:
2025-11-28 14:23:33 +02:00
parent f21b4c1599
commit 518a16b4a9
3 changed files with 33 additions and 14 deletions
+1 -1
View File
@@ -7,6 +7,6 @@ REPO="GNOME/gnome-online-accounts"
REPO=$(echo "$REPO" | sed 's|/|%2F|g')
# Get tag name using Gitlab Rest API
TAG_NAME=$(curl -s -L https://gitlab.gnome.org/api/v4/projects/"$REPO"/releases/permalink/latest | jq -r '.tag_name')
TAG_NAME=$(curl -s -L https://gitlab.gnome.org/api/v4/projects/"$REPO"/releases | jq -r '.[].tag_name' | sort -V | tail -n1)
echo "$TAG_NAME"