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