mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-19 20:57:53 +02:00
chore: add debug to http put
refs ##790
This commit is contained in:
parent
27ea6876b0
commit
c3a6c3f40d
@ -269,6 +269,7 @@ func executeHTTPRequest(ctx *context.Context, put *config.Put, req *h.Request, c
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
log.Debugf("executing request: %s %s (headers: %v)", req.Method, req.URL, req.Header)
|
||||
resp, err := client.Do(req)
|
||||
if err != nil {
|
||||
// If we got an error, and the context has been canceled,
|
||||
|
Loading…
x
Reference in New Issue
Block a user