From 3af0f9717576bcba909b095105fe9310dd9dd34c Mon Sep 17 00:00:00 2001 From: kale Date: Mon, 8 Dec 2025 03:41:22 -0500 Subject: [PATCH] =?UTF-8?q?[fix]:[20251208][drone=20=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E5=89=8D=E7=AB=AF=E5=B7=A5=E7=A8=8B=E7=9A=84cicd=204]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index ab1d373..a8f3d3b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -238,4 +238,6 @@ steps: commands: - echo "✅ Tag pipeline completed at $(date)" when: - status: [ success, failure ] \ No newline at end of file + status: [ success, failure ] + depends_on: + - gitea_release \ No newline at end of file