We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cad003b commit 58bcff5Copy full SHA for 58bcff5
gitea/release.go
@@ -14,7 +14,7 @@ import (
14
// Release represents a repository release
15
type Release struct {
16
ID int64 `json:"id"`
17
- TagName string `json:"name"`
+ TagName string `json:"tag_name"`
18
Target string `json:"target_commitish"`
19
Title string `json:"name"`
20
Note string `json:"body"`
0 commit comments