Skip to content

Commit

Permalink
fix(deployment): electron-builder generic repository "publishing to n…
Browse files Browse the repository at this point in the history
…ull"

Close #2170
  • Loading branch information
develar committed Oct 13, 2017
1 parent c92bc38 commit 8a31966
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/electron-builder/src/publish/PublishManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ export class PublishManager implements PublishContext {

if (this.isPublish) {
for (const publishConfig of publishConfigs) {
if (publishConfig.provider === "generic") {
continue
}

if (this.cancellationToken.cancelled) {
debug(`${eventFile} is not published: cancelled`)
break
Expand Down

0 comments on commit 8a31966

Please sign in to comment.