From 6a92d2a03c98283d956a625ebcf63cec5f1779ed Mon Sep 17 00:00:00 2001 From: BrtqKr Date: Tue, 9 Jul 2024 13:53:25 +0200 Subject: [PATCH] run gh actions build --- .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 93ea47bed2ae..c8360931845a 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('prerelease compare', i, a, b) + debug('build compare', i, a, b) if (a === undefined && b === undefined) { return 0 } else if (b === undefined) {