mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-07 13:31:37 +02:00
fix: improve github cli log
This commit is contained in:
parent
e60965ecd3
commit
7082217206
@ -244,7 +244,10 @@ func (c *githubClient) CreateRelease(ctx *context.Context, body string) (string,
|
|||||||
data,
|
data,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
log.WithField("url", release.GetHTMLURL()).Info("release updated")
|
if err != nil {
|
||||||
|
log.WithField("url", release.GetHTMLURL()).Info("release updated")
|
||||||
|
}
|
||||||
|
|
||||||
githubReleaseID := strconv.FormatInt(release.GetID(), 10)
|
githubReleaseID := strconv.FormatInt(release.GetID(), 10)
|
||||||
return githubReleaseID, err
|
return githubReleaseID, err
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user