fix: bad reference

releases/v3
cdotyab 2022-11-17 17:00:09 -06:00
parent 5838afaf08
commit a19765d093
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ module.exports = class Toml extends BaseVersioning {
// Get the name of where the version is in
const versionName = this.versionPath.split('.').pop()
core.info(`Bumped file "${this.fileLocation}" from "${oldVersion}" to "${this.newVersion}"`)
core.info(`Bumped file "${this.fileLocation}" from "${this.oldVersion}" to "${this.newVersion}"`)
this.update(
// We use replace instead of yaml.stringify so we can preserve white spaces and comments

View File

@ -30,7 +30,7 @@ module.exports = class Yaml extends BaseVersioning {
// Get the name of where the version is in
const versionName = this.versionPath.split('.').pop()
core.info(`Bumped file "${this.fileLocation}" from "${oldVersion}" to "${this.newVersion}"`)
core.info(`Bumped file "${this.fileLocation}" from "${this.oldVersion}" to "${this.newVersion}"`)
this.update(
// We use replace instead of yaml.stringify so we can preserve white spaces and comments