mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix extensions not having the same version as Lens (#3027)
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
ab6b422547
commit
42bb2a620a
@ -45,7 +45,7 @@ function getBuildChannel(): string {
|
|||||||
async function writeOutExtensionVersion(manifestPath: string) {
|
async function writeOutExtensionVersion(manifestPath: string) {
|
||||||
const extensionPackageJson = await fse.readJson(manifestPath);
|
const extensionPackageJson = await fse.readJson(manifestPath);
|
||||||
|
|
||||||
extensionPackageJson.version = `${versionInfo.format()}.${buildNumber}`;
|
extensionPackageJson.version = appInfo.version;
|
||||||
|
|
||||||
return fse.writeJson(manifestPath, extensionPackageJson, {
|
return fse.writeJson(manifestPath, extensionPackageJson, {
|
||||||
spaces: 2,
|
spaces: 2,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user