Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Commit

Permalink
fix(release.yml): update
Browse files Browse the repository at this point in the history
  • Loading branch information
ranrib authored Jul 4, 2021
1 parent 9c3acd8 commit 057b788
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,6 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 12

- name: Install dependencies @epsagon/react
working-directory: ./packages/react
run: npm install && npm run test && npm run build
- name: Release @epsagon/react
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
working-directory: ./packages/react
run: npm run semantic-release

- name: Install dependencies @epsagon/web
working-directory: ./packages/web
Expand All @@ -37,3 +27,12 @@ jobs:
working-directory: ./packages/web
run: npm run semantic-release

- name: Install dependencies @epsagon/react
working-directory: ./packages/react
run: npm install && npm run test && npm run build
- name: Release @epsagon/react
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
working-directory: ./packages/react
run: npm run semantic-release

0 comments on commit 057b788

Please sign in to comment.