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 073ea10 commit 921e830Copy full SHA for 921e830
post-build.mjs
@@ -34,7 +34,7 @@ postBuildScript({
34
});
35
36
if (process.env.CI) {
37
- if (publishOutput.publishedGitTag) {
+ if (publishOutput?.publishedGitTag) {
38
const { whatChangesText } = getInfoFromChangelog(
39
nextVersion,
40
path.resolve(targetPackageJson.locationDir, '../CHANGELOG.md'),
0 commit comments