Skip to content

Commit 43e1c58

Browse files
committed
log branch
1 parent f0c8a8b commit 43e1c58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/releases-generator/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,5 +377,5 @@ function entitify(str: string): string {
377377
if (process.env.CONTEXT === 'production' || process.env.HEAD?.startsWith('release-pages')) {
378378
generator();
379379
} else {
380-
console.info('Skipping `/release` pages build');
380+
console.info('Skipping `/release` pages build', process.env.HEAD);
381381
}

0 commit comments

Comments
 (0)