From ecf66adda0bf1bccdf509fd4b8b48ca01104c4f0 Mon Sep 17 00:00:00 2001 From: BrtqKr Date: Tue, 9 Jul 2024 13:37:06 +0200 Subject: [PATCH] cleanup --- .github/actions/javascript/bumpVersion/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/javascript/bumpVersion/index.js b/.github/actions/javascript/bumpVersion/index.js index c8360931845a..93ea47bed2ae 100644 --- a/.github/actions/javascript/bumpVersion/index.js +++ b/.github/actions/javascript/bumpVersion/index.js @@ -1928,7 +1928,7 @@ class SemVer { do { const a = this.build[i] const b = other.build[i] - debug('build compare', i, a, b) + debug('prerelease compare', i, a, b) if (a === undefined && b === undefined) { return 0 } else if (b === undefined) {