d
This commit is contained in:
parent
e928c253eb
commit
cc49017b3f
@ -105,8 +105,8 @@ function zipRelease() {
|
||||
|
||||
|
||||
function checkVersion(done) {
|
||||
const moduleManifest = JSON.parse(fs.readFileSync('module.json'));
|
||||
const manifestVersion = moduleManifest.version;
|
||||
const Manifest = JSON.parse(fs.readFileSync('system.json'));
|
||||
const manifestVersion = Manifest.version;
|
||||
const gitTag = process.env.CI_COMMIT_TAG;
|
||||
|
||||
if (gitTag && manifestVersion !== gitTag) {
|
||||
|
Loading…
Reference in New Issue
Block a user