Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Maietta authored and mmaietta committed Dec 29, 2021
1 parent 5ab252d commit 89f0884
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/electron-publish/src/gitHubPublisher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ export class GitHubPublisher extends HttpPublisher {
private createRelease() {
return this.githubRequest<Release>(`/repos/${this.info.owner}/${this.info.repo}/releases`, this.token, {
tag_name: this.tag,
name: this.version,
draft: this.releaseType === "draft",
prerelease: this.releaseType === "prerelease",
})
Expand Down

0 comments on commit 89f0884

Please sign in to comment.