Skip to content

Commit 921e830

Browse files
committed
ci: fix post build script
1 parent 073ea10 commit 921e830

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
@@ -34,7 +34,7 @@ postBuildScript({
3434
});
3535

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

0 commit comments

Comments
 (0)