Skip to content

Commit

Permalink
feat: new release (v1.4.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyxdd committed Oct 21, 2023
1 parent ffc16a7 commit 2482fc7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ concurrency:
group: build-test-release
cancel-in-progress: true

env:
GH_TOKEN: ${{ secrets.github_token }}
MARKETEYE_API_KEY: ${{ secrets.MARKETEYE_API_KEY }}
MARKETEYE_API_URL: ${{ secrets.MARKETEYE_API_URL }}

jobs:
test:
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -55,4 +50,8 @@ jobs:
- name: Install dependencies
run: npm install
- name: Build and release the app
env:
GH_TOKEN: ${{ secrets.github_token }}
MARKETEYE_API_KEY: ${{ secrets.MARKETEYE_API_KEY }}
MARKETEYE_API_URL: ${{ secrets.MARKETEYE_API_URL }}
run: npm run package:publish
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "marketeye-client",
"description": "A desktop app to analyze the stock market based on MarketEye API and electron-react-boilerplate",
"version": "1.4.2",
"version": "1.4.3",
"scripts": {
"build": "npm run build:main && npm run build:renderer",
"build:main": "cross-env NODE_ENV=production TS_NODE_TRANSPILE_ONLY=true webpack --config ./.erb/configs/webpack.config.main.prod.ts",
Expand Down
4 changes: 2 additions & 2 deletions release/app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion release/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "marketeye-client",
"version": "1.4.2",
"version": "1.4.3",
"description": "A desktop app to analyze the stock market based on MarketEye API and electron-react-boilerplate",
"main": "./dist/main/main.js",
"author": {
Expand Down

0 comments on commit 2482fc7

Please sign in to comment.