From c8c0c3289ccba63998d89adb7166c52e42a5ae8b Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 26 May 2025 22:23:35 +1200 Subject: [PATCH] dropshell release 2025.0526.2223 --- source/publish.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/source/publish.sh b/source/publish.sh index 8fef792..407d8bf 100755 --- a/source/publish.sh +++ b/source/publish.sh @@ -79,6 +79,7 @@ RELEASE_ID=$(curl -s -X POST "$API_URL/releases" \ if [ -z "$RELEASE_ID" ]; then echo "Failed to create release on Gitea." >&2 + echo "Release ID returned: $RELEASE_ID" >&2 exit 1 fi