Compare commits

..

4 Commits

Author SHA1 Message Date
renovate[bot]
c01b98de02
[dependencies] Update golangci/golangci-lint-action action to v8 2025-05-26 12:11:42 +00:00
世界
b9092f666e
documentation: Bump version 2025-05-26 20:11:06 +08:00
世界
9b6a27ccdc
Fix tailscale forward 2025-05-26 20:11:06 +08:00
世界
465c498e8c
Minor fixes 2025-05-26 20:11:06 +08:00

View File

@ -105,7 +105,7 @@ func publishTestflight(ctx context.Context) error {
return err
}
tag := tagVersion.VersionString()
client := createClient(30 * time.Minute)
client := createClient(20 * time.Minute)
log.Info(tag, " list build IDs")
buildIDsResponse, _, err := client.TestFlight.ListBuildIDsForBetaGroup(ctx, groupID, nil)