chore: publish from staged

This commit is contained in:
github-actions[bot]
2026-06-10 04:44:36 +00:00
parent bbf8f7bccd
commit dd56f2575a
3 changed files with 5 additions and 5 deletions
@@ -233,7 +233,7 @@ jobs:
...unmatchedRows
].join('\n')
: '',
].filter(Boolean).join('\n');
].join('\n');
if (existingTrackerIssues.length > 0) {
const [primary, ...duplicates] = existingTrackerIssues;
+1 -1
View File
@@ -214,7 +214,7 @@ jobs:
exitCode !== '0'
? '> **Note:** The validator returned a non-zero exit code. Please review the findings above before merge.'
: '',
].filter(Boolean).join('\n');
].join('\n');
// Find existing comment with our marker
const { data: comments } = await github.rest.issues.listComments({