Skip to content

Commit aac287c

Browse files
authored
Merge pull request #39 from zhavir/implement-personal-portfolio
🚀 deploy: fix
2 parents 6293919 + 46d2c50 commit aac287c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.config.cjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const fs = require('fs');
66
const readFileAsync = util.promisify(fs.readFile);
77

88
// the *.hbs template and partials should be passed as strings of contents
9-
const template = readFileAsync('./build/default-template.hbs');
9+
const template = readFileAsync('./build/release-notes.hbs');
1010
const commitTemplate = readFileAsync('./build/commit-template.hbs');
1111
let choreMessage = '';
1212
if (process.env.GITHUB_ACTIONS) {

0 commit comments

Comments
 (0)