From 777fc8106470c4644c7146c7037e03d9f0b1fd48 Mon Sep 17 00:00:00 2001 From: Aiirondev Date: Mon, 1 Jun 2026 13:20:10 +0200 Subject: [PATCH] fix for the latest Tag --- .github/workflows/release-docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-docker.yml b/.github/workflows/release-docker.yml index 8d30059..1f4f527 100644 --- a/.github/workflows/release-docker.yml +++ b/.github/workflows/release-docker.yml @@ -44,7 +44,7 @@ jobs: TAG="$REF_NAME" else # Fetch latest release tag via GitHub API (fall back to v3.0.0) - latest_tag="v0.8.31 + latest_tag="v0.8.31" if meta_json=$(curl -fsSL -H "Authorization: Bearer $GH_TOKEN" -H "Accept: application/vnd.github+json" "https://api.github.com/repos/$REPO/releases/latest" 2>/dev/null); then tag_name=$(printf "%s" "$meta_json" | sed -n 's/.*"tag_name"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p' | head -n1) if [ -n "$tag_name" ]; then