From 5838afaf0802077bfb15a98d0a4fc5ea4db18329 Mon Sep 17 00:00:00 2001 From: cdotyab Date: Thu, 17 Nov 2022 15:26:21 -0600 Subject: [PATCH] chore: bad reference --- src/version/json.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version/json.js b/src/version/json.js index f083b67..5321148 100644 --- a/src/version/json.js +++ b/src/version/json.js @@ -38,7 +38,7 @@ module.exports = class Json extends BaseVersioning { this.oldVersion, ) - core.info(`Bumped file "${this.fileLocation}" from "${oldVersion}" to "${this.newVersion}"`) + core.info(`Bumped file "${this.fileLocation}" from "${this.oldVersion}" to "${this.newVersion}"`) // Update the content with the new version objectPath.set(jsonContent, this.versionPath, this.newVersion)