We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01dcc83 commit 97af789Copy full SHA for 97af789
.github/workflows/ci.yml
@@ -61,6 +61,7 @@ jobs:
61
node-version: 14
62
cache: 'npm'
63
- run: yarn
64
+ - run: yarn build
65
- name: Release
66
uses: cycjimmy/semantic-release-action@v2
67
with:
0 commit comments