0
1
Fork 0

Fix Target is empty

This commit is contained in:
Lunny Xiao 2023-04-16 22:19:30 +08:00
parent 8042fec969
commit da7d4a02be
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ func main() {
IsDraft: draft,
IsPrerelease: preRelease,
Title: title,
Target: ctx.SHA,
// Note: rc.Note,
})
if err != nil {