From afc9c11a5e7d88ce1f915cb8179d57087e8496eb Mon Sep 17 00:00:00 2001 From: Sthope Date: Mon, 28 Aug 2023 19:25:54 +0200 Subject: [PATCH] Update .drone.yml --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 5876f7a..ce2a3eb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,7 +20,7 @@ steps: if [[ "$latestReleaseTag" != "$targetReleaseTag" ]]; then echo "This pipeline is run because the new release is different from the target tag." - exit 78 + exit 78 else echo "The release tag is the same as the target tag. Skipping pipeline." exit 0