feat: add branch support for github mods

This commit is contained in:
Tricked
2022-06-15 16:38:07 +02:00
committed by unilock
parent cb9550f4a6
commit 5c07741447
3 changed files with 14 additions and 11 deletions

View File

@@ -45,7 +45,7 @@ type ModReleases struct {
} `json:"author"`
NodeID string `json:"node_id"`
TagName string `json:"tag_name"`
TargetCommitish string `json:"target_commitish"`
TargetCommitish string `json:"target_commitish"` // The branch of the release
Name string `json:"name"`
Draft bool `json:"draft"`
Prerelease bool `json:"prerelease"`