From 881ee11b21c7bf0a23c8df68c7190cd1e9e2831f Mon Sep 17 00:00:00 2001 From: truemiller <31908788+truemiller@users.noreply.github.com> Date: Wed, 29 May 2024 14:59:54 +0100 Subject: [PATCH] feat: update releaseType to 'draft' in publishOptions --- electron/constants/publishOptions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electron/constants/publishOptions.js b/electron/constants/publishOptions.js index 1ecbc1d4e..c827e0413 100644 --- a/electron/constants/publishOptions.js +++ b/electron/constants/publishOptions.js @@ -2,7 +2,7 @@ const publishOptions = { provider: 'github', owner: 'valory-xyz', repo: 'olas-operate-app', - releaseType: 'release', + releaseType: 'draft', token: process.env.GH_TOKEN, private: false, publishAutoUpdate: true,