Skip to content

Commit

Permalink
feat: update releaseType to 'draft' in publishOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
truemiller committed May 29, 2024
1 parent 4fe78d7 commit 881ee11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron/constants/publishOptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 881ee11

Please sign in to comment.