Skip to content

Commit 1939608

Browse files
committed
more logs
1 parent cf2a9e4 commit 1939608

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/scripts/before-beta-release.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const pkgJson = require(PKG_JSON_PATH); // eslint-disable-line import/no-dynamic
88

99
const PACKAGE_NAME = pkgJson.name;
1010
const VERSION = pkgJson.version;
11+
console.log(`before-deploy: Current version is ${VERSION}`); // eslint-disable-line no-console
1112

1213
const nextVersion = getNextVersion(VERSION);
1314
console.log(`before-deploy: Setting version to ${nextVersion}`); // eslint-disable-line no-console

0 commit comments

Comments
 (0)