Skip to content

Commit 46d2c50

Browse files
author
Andrea Aramini, INI-MBM-BNC (EXT)
committed
🚀 deploy: fix
1 parent 719a39d commit 46d2c50

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)