Skip to content

Commit b9cd4c9

Browse files
committed
minor fix
1 parent 2710e3c commit b9cd4c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/check_release.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ pub(super) fn run_check_release(
528528
Ok(CrateReport {
529529
required_bump: required_bump.map(ReleaseType::from),
530530
detected_bump: version_change,
531-
has_always_run_issues: produced_always_run_errors || produced_always_run_warnings,
531+
has_always_run_issues: total_always_run_issues > 0,
532532
})
533533
} else {
534534
config

0 commit comments

Comments
 (0)