Skip to content

Commit

Permalink
release: rc 105
Browse files Browse the repository at this point in the history
  • Loading branch information
0xArdi committed Aug 6, 2024
1 parent 260fcea commit 49a7fe2
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 23 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,26 +83,26 @@ jobs:
virtualenvs-path: ~/my-custom-path
installer-parallel: true
- run: yarn install-deps
# - name: "Build frontend with env vars"
# run: yarn build:frontend
# env:
# NODE_ENV: production
# DEV_RPC: https://rpc-gate.autonolas.tech/gnosis-rpc/
# IS_STAGING: ${{ github.ref != 'refs/heads/main' && 'true' || 'false' }}
# FORK_URL: https://rpc-gate.autonolas.tech/gnosis-rpc/
# - run: rm -rf /dist
# - name: "Build, notarize, publish"
# env:
# APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLEIDPASS }}
# APPLE_ID: ${{ secrets.APPLEID }}
# APPLETEAMID: ${{ secrets.APPLETEAMID }}
# CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}
# CSC_LINK: ${{ secrets.CSC_LINK }}
# GH_TOKEN: ${{ secrets.github_token}}
# NODE_ENV: production
# DEV_RPC: https://rpc-gate.autonolas.tech/gnosis-rpc/
# FORK_URL: https://rpc-gate.autonolas.tech/gnosis-rpc/
# run: node build.js
- name: "Build frontend with env vars"
run: yarn build:frontend
env:
NODE_ENV: production
DEV_RPC: https://rpc-gate.autonolas.tech/gnosis-rpc/
IS_STAGING: ${{ github.ref != 'refs/heads/main' && 'true' || 'false' }}
FORK_URL: https://rpc-gate.autonolas.tech/gnosis-rpc/
- run: rm -rf /dist
- name: "Build, notarize, publish"
env:
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLEIDPASS }}
APPLE_ID: ${{ secrets.APPLEID }}
APPLETEAMID: ${{ secrets.APPLETEAMID }}
CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}
CSC_LINK: ${{ secrets.CSC_LINK }}
GH_TOKEN: ${{ secrets.github_token}}
NODE_ENV: production
DEV_RPC: https://rpc-gate.autonolas.tech/gnosis-rpc/
FORK_URL: https://rpc-gate.autonolas.tech/gnosis-rpc/
run: node build.js
- name: "Build frontend with dev env vars"
run: yarn build:frontend
env:
Expand Down
2 changes: 1 addition & 1 deletion electron/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const { paths } = require('./constants');
* - use "" (nothing as a suffix) for latest release candidate, for example "0.1.0rc26"
* - use "alpha" for alpha release, for example "0.1.0rc26-alpha"
*/
const OlasMiddlewareVersion = '0.1.0rc104';
const OlasMiddlewareVersion = '0.1.0rc105';

const path = require('path');
const { app } = require('electron');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@
"test:frontend": "cd frontend && yarn test",
"download-binaries": "sh download_binaries.sh"
},
"version": "0.1.0-rc104"
"version": "0.1.0-rc105"
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "olas-operate-middleware"
version = "0.1.0-rc104"
version = "0.1.0-rc105"
description = ""
authors = ["David Vilela <[email protected]>", "Viraj Patel <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 49a7fe2

Please sign in to comment.