Skip to content

Commit 49a7fe2

Browse files
committed
release: rc 105
1 parent 260fcea commit 49a7fe2

File tree

4 files changed

+23
-23
lines changed

4 files changed

+23
-23
lines changed

.github/workflows/release.yml

+20-20
Original file line numberDiff line numberDiff line change
@@ -83,26 +83,26 @@ jobs:
8383
virtualenvs-path: ~/my-custom-path
8484
installer-parallel: true
8585
- run: yarn install-deps
86-
# - name: "Build frontend with env vars"
87-
# run: yarn build:frontend
88-
# env:
89-
# NODE_ENV: production
90-
# DEV_RPC: https://rpc-gate.autonolas.tech/gnosis-rpc/
91-
# IS_STAGING: ${{ github.ref != 'refs/heads/main' && 'true' || 'false' }}
92-
# FORK_URL: https://rpc-gate.autonolas.tech/gnosis-rpc/
93-
# - run: rm -rf /dist
94-
# - name: "Build, notarize, publish"
95-
# env:
96-
# APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLEIDPASS }}
97-
# APPLE_ID: ${{ secrets.APPLEID }}
98-
# APPLETEAMID: ${{ secrets.APPLETEAMID }}
99-
# CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}
100-
# CSC_LINK: ${{ secrets.CSC_LINK }}
101-
# GH_TOKEN: ${{ secrets.github_token}}
102-
# NODE_ENV: production
103-
# DEV_RPC: https://rpc-gate.autonolas.tech/gnosis-rpc/
104-
# FORK_URL: https://rpc-gate.autonolas.tech/gnosis-rpc/
105-
# run: node build.js
86+
- name: "Build frontend with env vars"
87+
run: yarn build:frontend
88+
env:
89+
NODE_ENV: production
90+
DEV_RPC: https://rpc-gate.autonolas.tech/gnosis-rpc/
91+
IS_STAGING: ${{ github.ref != 'refs/heads/main' && 'true' || 'false' }}
92+
FORK_URL: https://rpc-gate.autonolas.tech/gnosis-rpc/
93+
- run: rm -rf /dist
94+
- name: "Build, notarize, publish"
95+
env:
96+
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLEIDPASS }}
97+
APPLE_ID: ${{ secrets.APPLEID }}
98+
APPLETEAMID: ${{ secrets.APPLETEAMID }}
99+
CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}
100+
CSC_LINK: ${{ secrets.CSC_LINK }}
101+
GH_TOKEN: ${{ secrets.github_token}}
102+
NODE_ENV: production
103+
DEV_RPC: https://rpc-gate.autonolas.tech/gnosis-rpc/
104+
FORK_URL: https://rpc-gate.autonolas.tech/gnosis-rpc/
105+
run: node build.js
106106
- name: "Build frontend with dev env vars"
107107
run: yarn build:frontend
108108
env:

electron/install.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const { paths } = require('./constants');
1414
* - use "" (nothing as a suffix) for latest release candidate, for example "0.1.0rc26"
1515
* - use "alpha" for alpha release, for example "0.1.0rc26-alpha"
1616
*/
17-
const OlasMiddlewareVersion = '0.1.0rc104';
17+
const OlasMiddlewareVersion = '0.1.0rc105';
1818

1919
const path = require('path');
2020
const { app } = require('electron');

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@
5757
"test:frontend": "cd frontend && yarn test",
5858
"download-binaries": "sh download_binaries.sh"
5959
},
60-
"version": "0.1.0-rc104"
60+
"version": "0.1.0-rc105"
6161
}

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "olas-operate-middleware"
3-
version = "0.1.0-rc104"
3+
version = "0.1.0-rc105"
44
description = ""
55
authors = ["David Vilela <[email protected]>", "Viraj Patel <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)