Skip to content

Commit d42a6a4

Browse files
committed
add HasSha1 config
1 parent 0d61e49 commit d42a6a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

models/repo/release.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ func GetTagNamesByRepoID(ctx context.Context, repoID int64) ([]string, error) {
262262
ListOptions: listOptions,
263263
IncludeDrafts: true,
264264
IncludeTags: true,
265+
HasSha1: util.OptionalBoolTrue,
265266
}
266267

267268
tags := make([]string, 0)

0 commit comments

Comments
 (0)