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