Skip to content

Commit dfdc409

Browse files
committed
chore: another try
1 parent cdd8dc3 commit dfdc409

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/scripts/package-version.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,7 @@ const RELEASE = process.env.RELEASE === 'true';
55
const PRE_RELEASE = process.env.PRE_RELEASE === 'true';
66
const GITHUB_SHA = process.env.GITHUB_SHA;
77

8-
function getSemverVersion(tag) {
9-
return findVersions(tag);
10-
}
11-
12-
const SEMVER_VERSION = getSemverVersion(TAG);
8+
const SEMVER_VERSION = findVersions(TAG).toString();
139

1410
if (RELEASE) {
1511
if (SEMVER_VERSION.includes('-')) {

0 commit comments

Comments
 (0)