Skip to content

Commit

Permalink
ci: add missed install step
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Feb 12, 2021
1 parent 85185a6 commit bf6df2d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,14 @@ jobs:
with:
node-version: 14

- name: Yarn install
run: yarn

- name: Semantic Release
uses: cycjimmy/semantic-release-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GIT_AUTHOR_EMAIL: '[email protected]'
GIT_COMMITTER_EMAIL: '[email protected]'
Expand Down

0 comments on commit bf6df2d

Please sign in to comment.