Skip to content

Commit c5d170a

Browse files
authored
ci: Fix auto-release (#441)
1 parent 4d495f8 commit c5d170a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.config.js release.config.cjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ async function config() {
2626
// Get branch
2727
const branch = ref.split('/').pop();
2828
console.log(`Running on branch: ${branch}`);
29-
29+
3030
// Set changelog file
3131
//const changelogFile = `./changelogs/CHANGELOG_${branch}.md`;
3232
const changelogFile = `./CHANGELOG.md`;

0 commit comments

Comments
 (0)