chore: bad reference

releases/v3
cdotyab 2022-11-17 15:26:21 -06:00
parent 35c4da6eed
commit 5838afaf08
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ module.exports = class Json extends BaseVersioning {
this.oldVersion, 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 // Update the content with the new version
objectPath.set(jsonContent, this.versionPath, this.newVersion) objectPath.set(jsonContent, this.versionPath, this.newVersion)