ci: fix changelog file path (#7835)

This commit is contained in:
Manuel
2022-03-08 02:49:18 +01:00
committed by GitHub
parent 6f25ea93fb
commit 318c20319a
3 changed files with 15 additions and 14 deletions

View File

@@ -28,7 +28,7 @@ async function config() {
console.log(`Running on branch: ${branch}`);
// Set changelog file
const changelogFile = `./changelogs/CHANGELOG.md`;
const changelogFile = `./CHANGELOG.md`;
console.log(`Changelog file output to: ${changelogFile}`);
// Load template file contents