Browse Source

Fix missing release title in webhook (#4783) (#4796)

master
SagePtr techknowlogick 6 years ago
parent
commit
4ae5a54c1f
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      models/release.go

+ 1
- 0
models/release.go View File

@@ -88,6 +88,7 @@ func (r *Release) APIFormat() *api.Release {
ID: r.ID, ID: r.ID,
TagName: r.TagName, TagName: r.TagName,
Target: r.Target, Target: r.Target,
Title: r.Title,
Note: r.Note, Note: r.Note,
URL: r.APIURL(), URL: r.APIURL(),
TarURL: r.TarURL(), TarURL: r.TarURL(),


Loading…
Cancel
Save