fix: add missing newline to print
This commit is contained in:
parent
a8b2cfa7e9
commit
01d0cdbcc8
2
main.go
2
main.go
@ -139,7 +139,7 @@ func createOrGetRelease(ctx *gha.GitHubContext, c *gitea.Client, owner, repo str
|
||||
if resp.StatusCode != 404 {
|
||||
return nil, errMessage
|
||||
}
|
||||
fmt.Printf("%s trying to create it", errMessage)
|
||||
fmt.Printf("%s trying to create it\n", errMessage)
|
||||
// Create the release
|
||||
release, _, err = c.CreateRelease(owner, repo, opts)
|
||||
if err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user