Update .drone.yml

This commit is contained in:
Sthope 2023-08-28 19:29:19 +02:00
parent c9b388a10f
commit 785c45c355

@ -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 0
exit 78
else
echo "The release tag is the same as the target tag. Skipping pipeline."
exit 78
exit 0
fi
when:
status: