Skip to content

Commit 3268b57

Browse files
print error body of fetching release tags (Azure#24515)
1 parent ee5fb30 commit 3268b57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eng/tools/generator/cmd/v2/common/changelogProcessor.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ func GetAllVersionTags(moduleRelativePath string) ([]string, error) {
4545
result := []map[string]interface{}{}
4646
err = json.Unmarshal(body, &result)
4747
if err != nil {
48+
log.Printf("Failed to unmarshal response body: %s, error: %v", string(body), err)
4849
return nil, err
4950
}
5051
var tags []string

0 commit comments

Comments
 (0)