Skip to content

Commit e3dc0fc

Browse files
committed
chore: add logs for build pipeline
1 parent 1ce0906 commit e3dc0fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

release/next.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ configPromise.then((config) => {
2121
}).then((result) => {
2222
// This logics avoid a overflow of next tags in github by removing the last
2323
// tag before pushing the current one for each next release
24+
console.log('Release result: ', result);
2425
return (
2526
result &&
2627
result.nextRelease.gitTag &&

0 commit comments

Comments
 (0)