@@ -516,34 +516,6 @@ const main = defineCommand({
516516 `publishing failed: ${ await res . text ( ) } ` ,
517517 ) ;
518518
519- if ( laterRes . debug ) {
520- const debug = laterRes . debug ;
521- console . log ( "::group::🔍 Backend Debug Information" ) ;
522- console . log ( "::notice title=WorkflowData Retrieved::ref=%s sha=%s owner=%s repo=%s" ,
523- debug . workflowData . ref ,
524- debug . workflowData . sha ,
525- debug . workflowData . owner ,
526- debug . workflowData . repo
527- ) ;
528- console . log ( "::notice title=PR Analysis::isPR=%s refValue=%s prNumber=%d willComment=%s" ,
529- debug . prAnalysis . isPullRequest ,
530- debug . prAnalysis . refValue ,
531- debug . prAnalysis . computedPRNumber ,
532- debug . prAnalysis . willCommentOnPR
533- ) ;
534- console . log ( "::warning title=Bucket Bug Detected::%s" , debug . bucketInfo . bucketPrefixBug ) ;
535- console . log ( "::notice title=Request Info::key=%s runId=%s" , debug . bucketInfo . usedKey , debug . bucketInfo . runId ) ;
536- console . log ( "::endgroup::" ) ;
537- console . log ( "" ) ;
538- if ( debug . prAnalysis . willCommentOnPR ) {
539- console . log ( "::error title=Sequential PR Bug::Will comment on PR #%d instead of current branch '%s'. This is the bucket prefix bug!" ,
540- debug . prAnalysis . computedPRNumber ,
541- process . env . GITHUB_REF_NAME || 'unknown'
542- ) ;
543- }
544- console . log ( "" ) ;
545- }
546-
547519 console . warn ( "\n" ) ;
548520 console . warn ( "⚡️ Your npm packages are published.\n" ) ;
549521
0 commit comments