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 5e824f3
Showing 1 changed file with 4 additions and 5 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

0 comments on commit 5e824f3

Please sign in to comment.