style(lint): fix linting complaint

This commit is contained in:
2021-07-03 02:39:01 +01:00
parent cb63806262
commit c0c809a86a

View File

@@ -64,7 +64,7 @@ func Bulk(ctx context.Context, opts *BulkOptions) error {
)
logger.Info("modifying", changes...)
if !opts.DryRun {
r, _, err = gh.Repositories.EditRelease(
_, _, err = gh.Repositories.EditRelease(
ctx, opts.Repository.Owner(), opts.Repository.Name(),
r.GetID(), r,
)