Skip to content

Commit 87c8afb

Browse files
committed
fix: fix changelog automation pipeline
1 parent fc27b3c commit 87c8afb

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

scripts/release-make-it-native.mjs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,12 @@ import { fileURLToPath } from "url";
55
import simpleGit, { GitConfigScope } from "simple-git";
66

77
const required = [
8-
"VERSION",
8+
"MIN_VERSION",
99
"GITHUB_TOKEN",
1010
"GITHUB_SHA",
1111
"GITHUB_REPOSITORY",
1212
"GITHUB_REPOSITORY_OWNER",
1313
"PAT",
14-
"GIT_AUTHOR_EMAIL",
15-
"GIT_AUTHOR_NAME",
1614
];
1715

1816
const missing = required.filter((k) => !process.env[k]);

0 commit comments

Comments
 (0)