Skip to content

Commit

Permalink
Merge pull request #158 from valory-xyz/release/rc26-1
Browse files Browse the repository at this point in the history
bump for release 26.1
  • Loading branch information
truemiller authored May 29, 2024
2 parents 35797b3 + c34cf7e commit 98a9ce7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
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
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
"main": "electron/main.js",
"name": "olas-operate-app",
"productName": "Pearl",
"private": true,
"scripts": {
"build:frontend": "cd frontend && yarn build && rm -rf ../electron/.next && cp -r .next ../electron/.next && rm -rf ../electron/public && cp -r public ../electron/public",
"dev:backend": "poetry run python operate/cli.py",
Expand All @@ -54,5 +53,5 @@
"start": "electron .",
"build": "rm -rf dist/ && electron-builder build"
},
"version": "0.1.0-rc26"
"version": "0.1.0-rc26.1"
}

0 comments on commit 98a9ce7

Please sign in to comment.