Skip to content

Commit

Permalink
chore: Update releaseType in publishOptions and store schema
Browse files Browse the repository at this point in the history
  • Loading branch information
mohandast52 committed May 30, 2024
1 parent 92e4046 commit afe5407
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions electron/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ const createMainWindow = () => {

const storeInitialValues = {
appVersion: app.getVersion(),
releaseType: process.env.IS_STAGING ? 'draft' : 'release',
};
setupStoreIpc(ipcMain, mainWindow, storeInitialValues);

Expand Down

0 comments on commit afe5407

Please sign in to comment.