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