Skip to content

Commit e3d1dc9

Browse files
committed
fix publish script
1 parent e924612 commit e3d1dc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/publish.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ execSync(`cd lib && pnpm build && npm publish ${provenance} --access public`);
5757
/** Create GitHub release */
5858
try {
5959
execSync(
60-
`gh release create ${VERSION} --generate-notes --latest -n "$(sed '1,/^## /d;/^## /,$d' CHANGELOG.md)" --title "Release v${VERSION}"`,
60+
`gh release create ${VERSION} --generate-notes --latest -n "$(sed '1,/^## /d;/^## /,$d' lib/CHANGELOG.md)" --title "Release v${VERSION}"`,
6161
);
6262
} catch {
6363
execSync(`gh release create ${VERSION} --generate-notes --latest --title "Release v${VERSION}"`);

0 commit comments

Comments
 (0)