We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c58a9a commit 2ac7572Copy full SHA for 2ac7572
.github/createIssueCommentsForRelease.mjs
@@ -11,7 +11,7 @@ const commitShaRegExp = /commit\/(?<sha>\w{40})/gm;
11
* @returns {Promise<void>}
12
*/
13
export default async function run({ github, context }) {
14
- const { version } = JSON.parse(readFileSync(new URL('./lerna.json', import.meta.url)).toString());
+ const { version } = JSON.parse(readFileSync(new URL('../lerna.json', import.meta.url)).toString());
15
16
const { data: release } = await github.repos.getReleaseByTag({
17
owner: context.repo.owner,
0 commit comments