update info

This commit is contained in:
zhangyuheng 2024-04-28 15:39:17 +08:00
parent 3ae424babf
commit cae4677df5

View File

@ -99,9 +99,9 @@ func main() {
}
}
gha.Infof("Creating release for %s/%s with tag %s", owner, repo, ctx.RefName)
gha.Infof("Title: %s", title)
gha.Infof("Note: %s", body+"\n\n"+note)
fmt.Fprintf(os.Stdout, "Creating release for %s/%s with tag %s\n", owner, repo, ctx.RefName)
fmt.Fprintf(os.Stdout, "Title: %s\n", title)
fmt.Fprintf(os.Stdout, "Note: %s\n", body+"\n\n"+note)
rel, err := createOrGetRelease(ctx, c, owner, repo, gitea.CreateReleaseOption{
TagName: ctx.RefName,