Skip to content

Commit 8f7054a

Browse files
ethantkoeniglunny
authored andcommitted
Fix missing branch in release bug (#3108) (#3117)
1 parent 8435231 commit 8f7054a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

routers/repo/release.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ func NewReleasePost(ctx *context.Context, form auth.NewReleaseForm) {
191191

192192
rel.Title = form.Title
193193
rel.Note = form.Content
194+
rel.Target = form.Target
194195
rel.IsDraft = len(form.Draft) > 0
195196
rel.IsPrerelease = form.Prerelease
196197
rel.PublisherID = ctx.User.ID

0 commit comments

Comments
 (0)