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

This commit is contained in:
Sthope 2023-08-28 18:22:06 +02:00
parent 2b9414c57d
commit 93769a9df9

View File

@ -11,7 +11,7 @@ pipeline:
const version = getLatestReleaseTag(); const version = getLatestReleaseTag();
const isNewer = semver.gt(version, "v1.0.0"); const isNewer = semver.gt(version, "2023-02-13-1223");
if (isNewer) { if (isNewer) {
echo "This pipeline is run because the new release is newer than the one I have."; echo "This pipeline is run because the new release is newer than the one I have.";