Skip to content

Commit d9343ef

Browse files
committed
Release: Fix check for cdnPublish flag
Follow-up to 6bce775, where I missed this. Ref gh-56
1 parent 6bce775 commit d9343ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

release.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ commonTasks = [
5050
Release.confirmReview,
5151
Release._pushToCdn
5252
], fn );
53+
} else {
54+
fn();
5355
}
5456
},
5557

0 commit comments

Comments
 (0)