Set fromTag output
This makes sure to set the fromTag output which is currently documented but not actually set.
This commit is contained in:
@@ -79,6 +79,7 @@ export class ReleaseNotesBuilder {
|
|||||||
return null
|
return null
|
||||||
}
|
}
|
||||||
this.fromTag = previousTag
|
this.fromTag = previousTag
|
||||||
|
core.setOutput('fromTag', previousTag)
|
||||||
core.debug(`fromTag resolved via previousTag as: ${previousTag}`)
|
core.debug(`fromTag resolved via previousTag as: ${previousTag}`)
|
||||||
core.endGroup()
|
core.endGroup()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user