Skip to content

Commit

Permalink
fix(ship): typo (#505)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leooeloel authored Apr 9, 2021
1 parent 5ecaf65 commit 6726d2e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file removed desktop/main-app/release/.gitkeep
Empty file.
2 changes: 1 addition & 1 deletion desktop/main-app/scripts/Utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const buildElectron = async buildType => {

config.directories.output = path.join("release", buildType);

if (!version.include("alpha")) {
if (!version.includes("alpha")) {
config.releaseInfo.releaseNotes = generateReleaseNote();
}

Expand Down

0 comments on commit 6726d2e

Please sign in to comment.