Fix Changelog Downloading from Branch (#1082)

[SKIP]
This commit is contained in:
Integer Limit 2024-10-18 15:51:42 +11:00 committed by GitHub
parent 64598c515c
commit db5659cdb0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -150,7 +150,7 @@ async function fetchOrMakeChangelog() {
filename: "CHANGELOG.md",
}),
mustache.render(url, {
branch: process.env.CHANGELOG_BRNACH,
branch: process.env.CHANGELOG_BRANCH,
filename: "CHANGELOG_CF.md",
}),
);