Skip to content

Commit

Permalink
ci: Fix auto-release (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza authored Jun 5, 2023
1 parent 4d495f8 commit c5d170a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.config.js → release.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ async function config() {
// Get branch
const branch = ref.split('/').pop();
console.log(`Running on branch: ${branch}`);

// Set changelog file
//const changelogFile = `./changelogs/CHANGELOG_${branch}.md`;
const changelogFile = `./CHANGELOG.md`;
Expand Down

0 comments on commit c5d170a

Please sign in to comment.