Update .drone.yml
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Sthope 2023-08-28 19:25:54 +02:00
parent 090b2e5bba
commit afc9c11a5e

View File

@ -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