Skip to content

Commit 0370a13

Browse files
committed
build: add package version log
1 parent c568ba5 commit 0370a13

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/scripts/lib.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,6 @@ export async function getLatestPublishedVersion({ github }) {
3838
);
3939
}
4040
}
41+
console.log(`Found latest published version: ${packageVersion}`);
4142
return packageVersion;
4243
}

0 commit comments

Comments
 (0)