We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85185a6 commit bf6df2dCopy full SHA for bf6df2d
.github/workflows/ci.yaml
@@ -93,11 +93,14 @@ jobs:
93
with:
94
node-version: 14
95
96
+ - name: Yarn install
97
+ run: yarn
98
+
99
- name: Semantic Release
100
uses: cycjimmy/semantic-release-action@v2
101
env:
- GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
- GH_TOKEN: ${{ secrets.GH_TOKEN }}
102
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
103
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
104
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
105
GIT_AUTHOR_EMAIL: 'mailbox@antongolub.ru'
106
GIT_COMMITTER_EMAIL: 'mailbox@antongolub.ru'
0 commit comments