forked from actions/release-action
update info
This commit is contained in:
parent
3ae424babf
commit
cae4677df5
6
main.go
6
main.go
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user