Set fromTag output

This makes sure to set the fromTag output which is currently documented
but not actually set.
This commit is contained in:
Lere Williams
2022-01-31 18:20:22 -08:00
parent b37e20ca2f
commit 2f58d14b24
+1
View File
@@ -79,6 +79,7 @@ export class ReleaseNotesBuilder {
return null
}
this.fromTag = previousTag
core.setOutput('fromTag', previousTag)
core.debug(`fromTag resolved via previousTag as: ${previousTag}`)
core.endGroup()