Update .drone.yml
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
2b9414c57d
commit
93769a9df9
@ -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.";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user