Skip to content

Commit bf6df2d

Browse files
committed
ci: add missed install step
1 parent 85185a6 commit bf6df2d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,14 @@ jobs:
9393
with:
9494
node-version: 14
9595

96+
- name: Yarn install
97+
run: yarn
98+
9699
- name: Semantic Release
97100
uses: cycjimmy/semantic-release-action@v2
98101
env:
99-
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
100-
GH_TOKEN: ${{ secrets.GH_TOKEN }}
102+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
103+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
101104
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
102105
GIT_AUTHOR_EMAIL: 'mailbox@antongolub.ru'
103106
GIT_COMMITTER_EMAIL: 'mailbox@antongolub.ru'

0 commit comments

Comments
 (0)