Fix release script

This commit is contained in:
Louis Lam
2024-10-29 21:05:06 +08:00
parent 03bdaf70ca
commit 93cf63cb06
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
const childProcess = require("child_process");
const fs = require("fs");
const newVersion = process.env.VERSION;
const newVersion = process.env.RELEASE_VERSION;
if (!newVersion) {
console.log("Missing version");