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