mirror of
https://github.com/ncipollo/release-action
synced 2026-09-14 20:13:22 +00:00
+1
-1
@@ -197,7 +197,7 @@ export class Action {
|
||||
return body
|
||||
}
|
||||
|
||||
const response = await this.releases.generateReleaseNotes(this.inputs.tag)
|
||||
const response = await this.releases.generateReleaseNotes(this.inputs.tag, this.inputs.generateReleaseNotesPreviousTag)
|
||||
const releaseNotes = response.data.body
|
||||
|
||||
if (!body || body.trim() === "") {
|
||||
|
||||
Reference in New Issue
Block a user