Skip to content

Commit b583923

Browse files
remote IsDraft update
1 parent e2f6f06 commit b583923

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

services/repository/push.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,6 @@ func pushUpdateAddTags(ctx context.Context, repo *repo_model.Repository, gitRepo
414414
rel.Sha1 = commit.ID.String()
415415
rel.CreatedUnix = timeutil.TimeStamp(createdAt.Unix())
416416
rel.NumCommits = commitsCount
417-
rel.IsDraft = false
418417
if rel.IsTag && author != nil {
419418
rel.PublisherID = author.ID
420419
}

0 commit comments

Comments
 (0)