Skip to content

Commit

Permalink
add HasSha1 config
Browse files Browse the repository at this point in the history
  • Loading branch information
HesterG committed Mar 15, 2023
1 parent 0d61e49 commit d42a6a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models/repo/release.go
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ func GetTagNamesByRepoID(ctx context.Context, repoID int64) ([]string, error) {
ListOptions: listOptions,
IncludeDrafts: true,
IncludeTags: true,
HasSha1: util.OptionalBoolTrue,
}

tags := make([]string, 0)
Expand Down

0 comments on commit d42a6a4

Please sign in to comment.