File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ module.exports = class Toml extends BaseVersioning {
30
30
// Get the name of where the version is in
31
31
const versionName = this . versionPath . split ( '.' ) . pop ( )
32
32
33
- core . info ( `Bumped file "${ this . fileLocation } " from "${ oldVersion } " to "${ this . newVersion } "` )
33
+ core . info ( `Bumped file "${ this . fileLocation } " from "${ this . oldVersion } " to "${ this . newVersion } "` )
34
34
35
35
this . update (
36
36
// We use replace instead of yaml.stringify so we can preserve white spaces and comments
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ module.exports = class Yaml extends BaseVersioning {
30
30
// Get the name of where the version is in
31
31
const versionName = this . versionPath . split ( '.' ) . pop ( )
32
32
33
- core . info ( `Bumped file "${ this . fileLocation } " from "${ oldVersion } " to "${ this . newVersion } "` )
33
+ core . info ( `Bumped file "${ this . fileLocation } " from "${ this . oldVersion } " to "${ this . newVersion } "` )
34
34
35
35
this . update (
36
36
// We use replace instead of yaml.stringify so we can preserve white spaces and comments
You can’t perform that action at this time.
0 commit comments