From 0ce33a6db8753dc31c81cc6ad8ebb78fc843f2ee Mon Sep 17 00:00:00 2001 From: Arlind Date: Mon, 9 Jun 2025 10:01:32 +0200 Subject: [PATCH] Update .gitea/workflows/deploy-ci.yaml --- .gitea/workflows/deploy-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy-ci.yaml b/.gitea/workflows/deploy-ci.yaml index f805073..0fa53d2 100644 --- a/.gitea/workflows/deploy-ci.yaml +++ b/.gitea/workflows/deploy-ci.yaml @@ -102,7 +102,7 @@ jobs: else echo "Deleting tag '$latest_tag'" delete_response=$(curl -sSL -X DELETE -H "Authorization: token $TOKEN" \ - "$api/git/refs/tags/$latest_tag" -w "%{http_code}" -o /dev/null) || delete_response=error + "$api/tags/$latest_tag" -w "%{http_code}" -o /dev/null) || delete_response=error echo "Delete response code: $delete_response" fi