From 090b2e5bba3f420234e80a61a5002b02a699e9e3 Mon Sep 17 00:00:00 2001 From: Sthope Date: Mon, 28 Aug 2023 19:25:07 +0200 Subject: [PATCH] Update .drone.yml --- .drone.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 45a50f1..5876f7a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,10 +20,11 @@ steps: if [[ "$latestReleaseTag" != "$targetReleaseTag" ]]; then echo "This pipeline is run because the new release is different from the target tag." - exit 0 - else + exit 78 + else echo "The release tag is the same as the target tag. Skipping pipeline." - exit 78 # Skip the pipeline (status code 78) + exit 0 + fi when: status: