Skip to content

Commit cd51444

Browse files
committed
add tool
1 parent 3f57f75 commit cd51444

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/github/tools.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ func DefaultToolsetGroup(readOnly bool, getClient GetClientFn, getGQLClient GetG
3333
toolsets.NewServerTool(GetTag(getClient, t)),
3434
toolsets.NewServerTool(ListReleases(getClient, t)),
3535
toolsets.NewServerTool(GetLatestRelease(getClient, t)),
36+
toolsets.NewServerTool(GetReleaseByTag(getClient, t)),
3637
).
3738
AddWriteTools(
3839
toolsets.NewServerTool(CreateOrUpdateFile(getClient, t)),

0 commit comments

Comments
 (0)