Comment out code that cause bug with releases

This commit is contained in:
harryzcy 2023-07-22 01:27:13 -05:00
parent a48b1f3919
commit 0fedce2beb
No known key found for this signature in database
GPG Key ID: E3C2287691E40E35
1 changed files with 3 additions and 3 deletions

View File

@ -611,9 +611,9 @@ func syncRepository(downloader base.Downloader, uploader base.Uploader, opts bas
}
// Once all releases (if any) are inserted, sync any remaining non-release tags
if err = uploader.SyncTags(); err != nil {
return err
}
// if err = uploader.SyncTags(); err != nil {
// return err
// }
}
var (