From bf6df2dfa6f7cc8447046869c625c58540f71c74 Mon Sep 17 00:00:00 2001 From: Anton Golub Date: Fri, 12 Feb 2021 17:05:47 +0300 Subject: [PATCH] ci: add missed install step --- .github/workflows/ci.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 38db893..e4cdd17 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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: 'mailbox@antongolub.ru' GIT_COMMITTER_EMAIL: 'mailbox@antongolub.ru'