Skip to content

Commit a038d3e

Browse files
committed
ci: fix post build script
1 parent 3bb9fc4 commit a038d3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

post-build.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ postBuildScript({
3232
});
3333

3434
if (process.env.CI) {
35-
if (publishOutput.publishedGitTag) {
35+
if (publishOutput?.publishedGitTag) {
3636
const { whatChangesText } = getInfoFromChangelog(
3737
nextVersion,
3838
path.resolve(targetPackageJson.locationDir, '../CHANGELOG.md'),

0 commit comments

Comments
 (0)