We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c568ba5 commit 0370a13Copy full SHA for 0370a13
1 file changed
.github/scripts/lib.js
@@ -38,5 +38,6 @@ export async function getLatestPublishedVersion({ github }) {
38
);
39
}
40
41
+ console.log(`Found latest published version: ${packageVersion}`);
42
return packageVersion;
43
0 commit comments