Skip to content

Commit 2ac7572

Browse files
committed
ci: fix lerna path for issue comments
1 parent 3c58a9a commit 2ac7572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/createIssueCommentsForRelease.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const commitShaRegExp = /commit\/(?<sha>\w{40})/gm;
1111
* @returns {Promise<void>}
1212
*/
1313
export default async function run({ github, context }) {
14-
const { version } = JSON.parse(readFileSync(new URL('./lerna.json', import.meta.url)).toString());
14+
const { version } = JSON.parse(readFileSync(new URL('../lerna.json', import.meta.url)).toString());
1515

1616
const { data: release } = await github.repos.getReleaseByTag({
1717
owner: context.repo.owner,

0 commit comments

Comments
 (0)