Skip to content

Commit 4ae5a54

Browse files
SagePtrtechknowlogick
authored andcommitted
Fix missing release title in webhook (#4783) (#4796)
1 parent b63e2e0 commit 4ae5a54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

models/release.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ func (r *Release) APIFormat() *api.Release {
8888
ID: r.ID,
8989
TagName: r.TagName,
9090
Target: r.Target,
91+
Title: r.Title,
9192
Note: r.Note,
9293
URL: r.APIURL(),
9394
TarURL: r.TarURL(),

0 commit comments

Comments
 (0)